Merge pull request #309853 from malt3/fix/igvm-tooling-determinism

igvm-tooling: allow for determinist id block signing

authored by Paul Meyer and committed by GitHub 29df774f e11c3f6f

+8
+8
pkgs/by-name/ig/igvm-tooling/package.nix
··· 35 35 sha256 = "sha256-hNfkclxaYViy66TPHqLV3mqD7wqBuBN9MnMLaDOeRNM="; 36 36 stripLen = 1; 37 37 }) 38 + # allow for determinist id block signing 39 + # remove once https://github.com/microsoft/igvm-tooling/pull/55 is merged 40 + (fetchpatch { 41 + name = "0003-add-deterministic-id-block-signature-mode.patch"; 42 + url = "https://github.com/microsoft/igvm-tooling/commit/03ad7825ade76ac25e308bb85f92e89b732e0bf1.patch"; 43 + sha256 = "sha256-Y7DFr0KgGtY8KOt6fLWd32sTaig/zHFe7n83+Yb9ls8="; 44 + stripLen = 1; 45 + }) 38 46 ]; 39 47 40 48 postPatch = ''