saw-tools: 1.2 -> 1.3

This commit is contained in:
R. Ryantm
2025-03-26 08:02:14 +00:00
parent 9c213ed8be
commit 34e99ac01d
+2 -2
View File
@@ -13,11 +13,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "saw-tools";
version = "1.2";
version = "1.3";
src = fetchurl {
url = "https://github.com/GaloisInc/saw-script/releases/download/v${finalAttrs.version}/saw-${finalAttrs.version}-ubuntu-22.04-X64-with-solvers.tar.gz";
hash = "sha256-A99BCiVV5Ep/PL7VSDNYcvr177Q+FKdDrxhFJLW/iU4=";
hash = "sha256-1t1uGAQXCBC//RNBxQfZIfg00At600An9HaEIcVBEy0=";
};
buildInputs = [