File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
in
20
20
mkSbtDerivation' {
21
21
pname = "basil" ;
22
- version = "0.1.2-alpha-unstable-2025-02-19 " ;
22
+ version = "0.1.2-alpha-unstable-2025-02-27 " ;
23
23
24
24
nativeBuildInputs = [ makeBinaryWrapper ] ;
25
25
26
26
src = fetchFromGitHub {
27
27
owner = "UQ-PAC" ;
28
28
repo = "bil-to-boogie-translator" ;
29
- rev = "880b0e4ab877253e2d59a6a472a78d8e71a01b1a " ;
30
- sha256 = "sha256-CqjNS9mP+CeTKnrGIZJhaWemIB/QMq/grGrswWgHPtc =" ;
29
+ rev = "a7c77db3e197ada7e24762983d742dcf24bc320c " ;
30
+ sha256 = "sha256-wX0BqgKq1TywIdZrm2Rl4JXvJU58M9BGCtBq+Ji+9f4 =" ;
31
31
} ;
32
32
33
33
patches = [ ] ;
@@ -39,7 +39,7 @@ mkSbtDerivation' {
39
39
} ;
40
40
postPatch = replaceProtocPlaceholder ;
41
41
42
- depsSha256 = "sha256-fT9MaztD3YGp36RHa/6quZmWX0OAEpchbxxIcCAcMT4 =" ;
42
+ depsSha256 = "sha256-dbCdvd9j5DaOqAClNgBtTJ996JilEtKvuxvJ3qjdGTQ =" ;
43
43
44
44
buildPhase = ''
45
45
runHook preBuild
You can’t perform that action at this time.
0 commit comments