From 38e04b577ecf2200e39f8dd94e4533ab02d19a2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 18:56:37 +0000 Subject: [PATCH] basil: 0.1.2-alpha-unstable-2024-11-25 -> 0.1.2-alpha-unstable-2024-11-13 Diff: https://github.com/UQ-PAC/bil-to-boogie-translator/compare/7ef566f9fde1cb1db4b6f33761e75977a4e0b119...4586ce26329779734ba8312be164e5178f1af168 --- basil/basil.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basil/basil.nix b/basil/basil.nix index 041d077..1410502 100644 --- a/basil/basil.nix +++ b/basil/basil.nix @@ -10,15 +10,15 @@ mkSbtDerivation { pname = "basil"; - version = "0.1.2-alpha-unstable-2024-11-25"; + version = "0.1.2-alpha-unstable-2024-11-13"; nativeBuildInputs = [ jdk makeBinaryWrapper ]; src = fetchFromGitHub { owner = "UQ-PAC"; repo = "bil-to-boogie-translator"; - rev = "7ef566f9fde1cb1db4b6f33761e75977a4e0b119"; - sha256 = "sha256-3giVzw2/W1t5eIiicSxt4R8NKkROBul+NyrSj5lcNSg="; + rev = "4586ce26329779734ba8312be164e5178f1af168"; + sha256 = "sha256-M0R5HK2FwnFKAch3lBQQBHE5Um1602fClSjgxwx1lIE="; }; depsSha256 = "sha256-++gg+SKskDyaqHowNG2RPS7evuCzPYvvXMC4Rkp7b6U=";