We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ba7d3 commit b4ff9b5Copy full SHA for b4ff9b5
pkgs/development/libraries/agda/cubical/default.nix
@@ -6,21 +6,15 @@
6
7
mkDerivation rec {
8
pname = "cubical";
9
- version = "0.8";
+ version = "0.9";
10
11
src = fetchFromGitHub {
12
repo = pname;
13
owner = "agda";
14
rev = "v${version}";
15
- hash = "sha256-KwwN2g2naEo4/rKTz2L/0Guh5LxymEYP53XQzJ6eMjM=";
+ hash = "sha256-Lmzofq2rKFmfsAoH3zIFB2QLeUhFmIO44JsF+dDrubw=";
16
};
17
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
-
24
meta = with lib; {
25
description = "A cubical type theory library for use with the Agda compiler";
26
homepage = src.meta.homepage;
0 commit comments