about summary refs log tree commit diff
path: root/pkgs/by-name/ig
diff options
context:
space:
mode:
authorMalte Poll <1780588+malt3@users.noreply.github.com>2024-05-07 16:39:29 +0200
committerMalte Poll <1780588+malt3@users.noreply.github.com>2024-05-07 16:39:29 +0200
commit4ef084073ce400d92694016bc485f4ea414fe491 (patch)
treeb29f037a5d1c21f675234eaa0098dba82e323944 /pkgs/by-name/ig
parent43fcad05deb4f5f9cdf73decd49fa3b8e74781a7 (diff)
igvm-tooling: allow for determinist id block signing
Diffstat (limited to 'pkgs/by-name/ig')
-rw-r--r--pkgs/by-name/ig/igvm-tooling/package.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/by-name/ig/igvm-tooling/package.nix b/pkgs/by-name/ig/igvm-tooling/package.nix
index b5fb283084b89..de9bdd996bf1f 100644
--- a/pkgs/by-name/ig/igvm-tooling/package.nix
+++ b/pkgs/by-name/ig/igvm-tooling/package.nix
@@ -35,6 +35,14 @@ python3.pkgs.buildPythonApplication rec {
       sha256 = "sha256-hNfkclxaYViy66TPHqLV3mqD7wqBuBN9MnMLaDOeRNM=";
       stripLen = 1;
     })
+    # allow for determinist id block signing
+    # remove once https://github.com/microsoft/igvm-tooling/pull/55 is merged
+    (fetchpatch {
+      name = "0003-add-deterministic-id-block-signature-mode.patch";
+      url = "https://github.com/microsoft/igvm-tooling/commit/03ad7825ade76ac25e308bb85f92e89b732e0bf1.patch";
+      sha256 = "sha256-Y7DFr0KgGtY8KOt6fLWd32sTaig/zHFe7n83+Yb9ls8=";
+      stripLen = 1;
+    })
   ];
 
   postPatch = ''