Skip to content

Commit 4b52e6b

Browse files
authored
Merge branch 'main' into gtirb_semantics_rpc
2 parents b6f590d + 0b1a339 commit 4b52e6b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
pkg: [asli, bap-asli-plugin, bap-primus, basil, gtirb-semantics,
1919
asl-translator, alive2-aslp, alive2-regehr, aslp_web, compiler-explorer,
20-
aslp-cpp, aslp_client_server_ocaml
20+
aslp-cpp, aslp-server, aslp_client_server_ocaml
2121
]
2222

2323
runs-on: ubuntu-24.04

aslp/aslp-cpp.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ let
88
stdenv' = if stdenv.isDarwin then clang17Stdenv else stdenv;
99
in stdenv'.mkDerivation {
1010
pname = "aslp-cpp";
11-
version = "0-unstable-2025-02-03";
11+
version = "0.0.1-unstable-2025-02-03";
1212

1313
src = fetchFromGitHub {
1414
owner = "UQ-PAC";
1515
repo = "aslp-rpc";
16-
rev = "12a5dfbda19429cc0c52f941ef67d184b227e3a4";
17-
hash = "sha256-zsqdxE6HqqSZ86rMF32yTzUEz97mywSKrn3qndmxrDI=";
16+
rev = "cb0a294275c945f5be2a82b689bbc42a54af28f2";
17+
hash = "sha256-t8D17pykyDcJBCj/WUMEZpA2t8m8EqnlD6FhHx+4D8k=";
1818
};
1919

2020
prePatch = ''

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)