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.
2 parents 71d127d + 34e99ac commit 9c2fbceCopy full SHA for 9c2fbce
pkgs/by-name/sa/saw-tools/package.nix
@@ -13,11 +13,11 @@
13
14
stdenv.mkDerivation (finalAttrs: {
15
pname = "saw-tools";
16
- version = "1.2";
+ version = "1.3";
17
18
src = fetchurl {
19
url = "https://github.com/GaloisInc/saw-script/releases/download/v${finalAttrs.version}/saw-${finalAttrs.version}-ubuntu-22.04-X64-with-solvers.tar.gz";
20
- hash = "sha256-A99BCiVV5Ep/PL7VSDNYcvr177Q+FKdDrxhFJLW/iU4=";
+ hash = "sha256-1t1uGAQXCBC//RNBxQfZIfg00At600An9HaEIcVBEy0=";
21
};
22
23
buildInputs = [
0 commit comments