Skip to content

Commit b4ff9b5

Browse files
committed
1 parent 54ba7d3 commit b4ff9b5

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pkgs/development/libraries/agda/cubical/default.nix

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,15 @@
66

77
mkDerivation rec {
88
pname = "cubical";
9-
version = "0.8";
9+
version = "0.9";
1010

1111
src = fetchFromGitHub {
1212
repo = pname;
1313
owner = "agda";
1414
rev = "v${version}";
15-
hash = "sha256-KwwN2g2naEo4/rKTz2L/0Guh5LxymEYP53XQzJ6eMjM=";
15+
hash = "sha256-Lmzofq2rKFmfsAoH3zIFB2QLeUhFmIO44JsF+dDrubw=";
1616
};
1717

18-
postPatch = ''
19-
# This imports the Everything files, which we don't generate.
20-
# TODO: remove for the next release
21-
rm -rf Cubical/README.agda Cubical/Talks/EPA2020.agda
22-
'';
23-
2418
meta = with lib; {
2519
description = "A cubical type theory library for use with the Agda compiler";
2620
homepage = src.meta.homepage;

0 commit comments

Comments
 (0)