Skip to content

Commit

Permalink
agdaPackages.cubical: 0.5 -> 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ncfavier committed Oct 24, 2023
1 parent 8b59b95 commit 57eea05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/agda/cubical/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

mkDerivation rec {
pname = "cubical";
version = "0.5";
version = "0.6";

src = fetchFromGitHub {
repo = pname;
owner = "agda";
rev = "v${version}";
hash = "sha256-47GOfZYwvE9TbGzdy/xSYZagTbjs/oeDpwjYUvI7z3k=";
hash = "sha256-2quAZ/j7kQaFkh9W5Bj1y7YQj9BT7FwHqVWyj8T4AH8=";
};

# The cubical library has several `Everything.agda` files, which are
Expand Down

0 comments on commit 57eea05

Please sign in to comment.