Skip to content

Commit 98b9cc3

Browse files
committed
CI: Bump QuantumLib to 1.6.0
1 parent 6f032bb commit 98b9cc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
system = "x86_64-linux";
1616
pkgs = nixpkgs.legacyPackages.${system};
1717
pkgs-unstable = nixpkgs-unstable.legacyPackages.${system};
18-
coq-quantumlib-version = "v1.4.0";
18+
coq-quantumlib-version = "v1.6.0";
1919
in
2020
let
2121
coq-quantumlib = pkgs.coqPackages.mkCoqDerivation {
@@ -25,8 +25,8 @@
2525

2626
defaultVersion = coq-quantumlib-version;
2727
release.${coq-quantumlib-version} = {
28-
rev = "80018571961e13968bfd80ea9cb061d9469b0817";
29-
sha256 = "sha256-mx74GxIwF6mgmrELmNl0l3GiBBf/WrpouHfszylhTYQ=";
28+
rev = "5e0e4da5e64fcf9b4390a274748079ed270c1965";
29+
sha256 = "sha256-eKKYWUj6zDh48J5mahOr+HwWULgfn3K/3TY3oFhhYJA=";
3030
};
3131
useDune = true;
3232
};

0 commit comments

Comments
 (0)