Merge pull request #283471 from r-ryantm/auto-update/shim-unsigned

shim-unsigned: 15.7 -> 15.8
This commit is contained in:
Linus Heckemann 2024-01-26 13:18:25 +01:00 committed by GitHub
commit 2d732449a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@ let
}.${system} or throwSystem;
in stdenv.mkDerivation rec {
pname = "shim";
version = "15.7";
version = "15.8";
src = fetchFromGitHub {
owner = "rhboot";
repo = pname;
rev = version;
hash = "sha256-CfUuq0anbXlCVo9r9NIb76oJzDqaPMIhL9cmXK1iqXo=";
hash = "sha256-xnr9HBfYP035C7p2YTRZasx5SF4a2ZkOl9IpsVduNm4=";
fetchSubmodules = true;
};