Skip to content

Commit 0b1a339

Browse files
basil: 0.1.2-alpha-unstable-2025-01-30 -> 0.1.2-alpha-unstable-2025-02-03
Diff: UQ-PAC/BASIL@0412160...e1ecd5f
1 parent 6f2cba6 commit 0b1a339

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
@@ -18,15 +18,15 @@ let
1818
in
1919
mkSbtDerivation' {
2020
pname = "basil";
21-
version = "0.1.2-alpha-unstable-2025-01-30";
21+
version = "0.1.2-alpha-unstable-2025-02-03";
2222

2323
nativeBuildInputs = [ makeBinaryWrapper ];
2424

2525
src = fetchFromGitHub {
2626
owner = "UQ-PAC";
2727
repo = "bil-to-boogie-translator";
28-
rev = "04121607adb09aa8379d59c1e5d7bd3ac90acafc";
29-
sha256 = "sha256-FnKDEnnqtCChpMU6Kquk9Uwk8MWKEUol6GuG06t63wc=";
28+
rev = "e1ecd5ff7bc90139d175d87fe0bdc4ec2d8e98db";
29+
sha256 = "sha256-zqr8M7jm/1bck3v1oU51iqAS1nww0fgkca0GHlDY8f4=";
3030
};
3131

3232
patches = [ ./0001-basil-protoc-version.patch ] ;

0 commit comments

Comments
 (0)