We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f032bb commit 98b9cc3Copy full SHA for 98b9cc3
flake.nix
@@ -15,7 +15,7 @@
15
system = "x86_64-linux";
16
pkgs = nixpkgs.legacyPackages.${system};
17
pkgs-unstable = nixpkgs-unstable.legacyPackages.${system};
18
- coq-quantumlib-version = "v1.4.0";
+ coq-quantumlib-version = "v1.6.0";
19
in
20
let
21
coq-quantumlib = pkgs.coqPackages.mkCoqDerivation {
@@ -25,8 +25,8 @@
25
26
defaultVersion = coq-quantumlib-version;
27
release.${coq-quantumlib-version} = {
28
- rev = "80018571961e13968bfd80ea9cb061d9469b0817";
29
- sha256 = "sha256-mx74GxIwF6mgmrELmNl0l3GiBBf/WrpouHfszylhTYQ=";
+ rev = "5e0e4da5e64fcf9b4390a274748079ed270c1965";
+ sha256 = "sha256-eKKYWUj6zDh48J5mahOr+HwWULgfn3K/3TY3oFhhYJA=";
30
};
31
useDune = true;
32
0 commit comments