Skip to content

Commit b68cb9e

Browse files
authored
Merge pull request #55 from katrinafyi/basil-update
basil: 0.1.2-alpha-unstable-2025-02-19 -> 0.1.2-alpha-unstable-2025-0…
2 parents 35bc3ea + 55b1d1c commit b68cb9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

basil/basil.nix

+4-4
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-19";
22+
version = "0.1.2-alpha-unstable-2025-02-27";
2323

2424
nativeBuildInputs = [ makeBinaryWrapper ];
2525

2626
src = fetchFromGitHub {
2727
owner = "UQ-PAC";
2828
repo = "bil-to-boogie-translator";
29-
rev = "880b0e4ab877253e2d59a6a472a78d8e71a01b1a";
30-
sha256 = "sha256-CqjNS9mP+CeTKnrGIZJhaWemIB/QMq/grGrswWgHPtc=";
29+
rev = "a7c77db3e197ada7e24762983d742dcf24bc320c";
30+
sha256 = "sha256-wX0BqgKq1TywIdZrm2Rl4JXvJU58M9BGCtBq+Ji+9f4=";
3131
};
3232

3333
patches = [ ] ;
@@ -39,7 +39,7 @@ mkSbtDerivation' {
3939
};
4040
postPatch = replaceProtocPlaceholder;
4141

42-
depsSha256 = "sha256-fT9MaztD3YGp36RHa/6quZmWX0OAEpchbxxIcCAcMT4=";
42+
depsSha256 = "sha256-dbCdvd9j5DaOqAClNgBtTJ996JilEtKvuxvJ3qjdGTQ=";
4343

4444
buildPhase = ''
4545
runHook preBuild

0 commit comments

Comments
 (0)