Skip to content

Commit 30aaf31

Browse files
authored
Merge pull request #41 from katrinafyi/basil-334
basil bump after scala 3.3.4
2 parents 6243aff + eb24f2f commit 30aaf31

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

2323
nativeBuildInputs = [ makeBinaryWrapper ];
2424

2525
src = fetchFromGitHub {
2626
owner = "UQ-PAC";
2727
repo = "bil-to-boogie-translator";
28-
rev = "8ffe6c96f18f761431c9268d9c858d68a0acfba2";
29-
sha256 = "sha256-v6l6cPcpCwrDPAHNyZH1K2ubAUdWWr4/8osGltkK+rc=";
28+
rev = "33c8c3b2d519f93b4b0127775fb0f590b0939409";
29+
sha256 = "sha256-yXQi2UYbSBUVMC1lc/66CPLZVvXiG9bAnpa2ADVW/Jo=";
3030
};
3131

3232
patches = [ ./0001-basil-protoc-version.patch ] ;
@@ -38,7 +38,7 @@ mkSbtDerivation' {
3838
};
3939
postPatch = replaceProtocPlaceholder;
4040

41-
depsSha256 = "sha256-tDJuleKVLMPCZNJGNxokuScDOU4siLQEmM1FZff+5oM=";
41+
depsSha256 = "sha256-KBhHr11b9/Ku2zhuw8wcNefG41IZSSmgC+AeRyvuZ0M=";
4242

4343
buildPhase = ''
4444
runHook preBuild

0 commit comments

Comments
 (0)