Skip to content

Commit 34e99ac

Browse files
committed
saw-tools: 1.2 -> 1.3
1 parent 9c213ed commit 34e99ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sa/saw-tools/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "saw-tools";
16-
version = "1.2";
16+
version = "1.3";
1717

1818
src = fetchurl {
1919
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=";
20+
hash = "sha256-1t1uGAQXCBC//RNBxQfZIfg00At600An9HaEIcVBEy0=";
2121
};
2222

2323
buildInputs = [

0 commit comments

Comments
 (0)