Skip to content

Commit 1da92f3

Browse files
basil: 0.1.2-alpha-unstable-2025-02-28 -> 0.1.2-alpha-unstable-2025-03-03
Diff: UQ-PAC/BASIL@333d277...da2178a
1 parent eaa1317 commit 1da92f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

basil/basil.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ let
1919
in
2020
mkSbtDerivation' {
2121
pname = "basil";
22-
version = "0.1.2-alpha-unstable-2025-02-28";
22+
version = "0.1.2-alpha-unstable-2025-03-03";
2323

2424
nativeBuildInputs = [ makeBinaryWrapper ];
2525

2626
src = fetchFromGitHub {
2727
owner = "UQ-PAC";
2828
repo = "bil-to-boogie-translator";
29-
rev = "333d27784482116f7edf9e4deea7462ae364dc39";
30-
sha256 = "sha256-ATPhtTPaMrvqpBCxGtkSZN5jBVcUjVuxcUme9AZXIXQ=";
29+
rev = "da2178a530933d79bc8cf2607e86e0b073cae750";
30+
sha256 = "sha256-DStk/j6IJE0q9zii1K5owf0dBqAlNRKgySazE99MuOM=";
3131
};
3232

3333
patches = [ ] ;

0 commit comments

Comments
 (0)