From 794ad7578bed4ee654c0616c17dd06a6f2f5ae9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:05:22 +0000 Subject: [PATCH] gtirb-semantics: unstable-2024-02-05 -> unstable-2024-02-07 Diff: https://github.com/UQ-PAC/gtirb-semantics/compare/f40b4a1f83667df55fc5450c1ce5c16729a70e81...a05cf71fda9892279853e24d22a03d8c0f7ceafc --- gtirb/gtirb-semantics.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtirb/gtirb-semantics.nix b/gtirb/gtirb-semantics.nix index 92a2354..b1c434c 100644 --- a/gtirb/gtirb-semantics.nix +++ b/gtirb/gtirb-semantics.nix @@ -39,13 +39,13 @@ let in buildDunePackage { pname = "gtirb_semantics"; - version = "unstable-2024-02-05"; + version = "unstable-2024-02-07"; src = fetchFromGitHub { owner = "UQ-PAC"; repo = "gtirb-semantics"; - rev = "f40b4a1f83667df55fc5450c1ce5c16729a70e81"; - sha256 = "sha256-VRcG24lkCmiCvMcpLZnaxJg2/3bK14wYvjfb6Y+sLuI="; + rev = "a05cf71fda9892279853e24d22a03d8c0f7ceafc"; + sha256 = "sha256-sWjyyOJ6EM1yOzF+jMJqkNAErlUrCMiaKTixThIzjlU="; }; buildInputs = [ python' asli ocaml-hexstring ocaml-protoc-plugin yojson ];