We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652b88c commit 77d2ff6Copy full SHA for 77d2ff6
gtirb/gtirb-semantics.nix
@@ -35,13 +35,13 @@ let
35
in
36
buildDunePackage {
37
pname = "gtirb_semantics";
38
- version = "unstable-2024-01-24";
+ version = "unstable-2024-01-25";
39
40
src = fetchFromGitHub {
41
owner = "UQ-PAC";
42
repo = "gtirb-semantics";
43
- rev = "c65af262e6b9396792e24896cbf69d2cd77f4b07";
44
- sha256 = "sha256-XghS2DT50prDw3crUyuFp1zm9vtyY/Jf/Sg3UyG5K5o=";
+ rev = "47b8c6bdec3aab72af1301314e3bc1437413c89a";
+ sha256 = "sha256-VjSAl2C1k9f19HH6XclK5s3PnoBs1UFJYK6B4NQSX9I=";
45
};
46
47
buildInputs = [ python' asli ocaml-hexstring ocaml-protoc-plugin yojson ];
0 commit comments