Merge pull request #222377 from helsinki-systems/upd/sbsigntool

sbsigntool: 0.9.4 -> 0.9.5
This commit is contained in:
Ryan Lahfa 2023-03-21 19:41:31 +01:00 committed by GitHub
commit a6c2ff44e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View File

@ -5,12 +5,12 @@
stdenv.mkDerivation rec {
pname = "sbsigntool";
version = "0.9.4";
version = "0.9.5";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git";
rev = "v${version}";
sha256 = "sha256-dbjdA+hjII/k7wABTTJV5RBdy4KlNkFlBWEaX4zn5vg=";
hash = "sha256-5DInWgl1gThjjfGOsts1H1s1GbMCkd0gjbmG3gA3Fhg=";
};
patches = [ ./autoconf.patch ];

View File

@ -8160,9 +8160,7 @@ with pkgs;
sbctl = callPackage ../tools/security/sbctl { };
sbsigntool = callPackage ../tools/security/sbsigntool {
openssl = openssl_1_1;
};
sbsigntool = callPackage ../tools/security/sbsigntool { };
sonic-server = callPackage ../servers/search/sonic-server { };