mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #241642 from ncfavier/cubical
agdaPackages.cubical: unstable-2023-02-09 -> 0.5
This commit is contained in:
commit
e4558c8ca5
@ -2,13 +2,13 @@
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "cubical";
|
||||
version = "unstable-2023-02-09";
|
||||
version = "0.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = pname;
|
||||
owner = "agda";
|
||||
rev = "6b1ce0b67fd94693c1a3e340c8e8765380de0edc";
|
||||
hash = "sha256-XRCaW94oAgy2GOnFiI9c5A8mEx7AzlbT4pFd+PMmc9o=";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-47GOfZYwvE9TbGzdy/xSYZagTbjs/oeDpwjYUvI7z3k=";
|
||||
};
|
||||
|
||||
# The cubical library has several `Everything.agda` files, which are
|
||||
|
Loading…
Reference in New Issue
Block a user