shim-unsigned: 15.8 -> 16.0

This commit is contained in:
R. Ryantm
2025-03-18 23:50:21 +00:00
parent cb60862bbd
commit 0d948d0330
+2 -2
View File
@@ -21,13 +21,13 @@ let
in
stdenv.mkDerivation rec {
pname = "shim";
version = "15.8";
version = "16.0";
src = fetchFromGitHub {
owner = "rhboot";
repo = "shim";
rev = version;
hash = "sha256-xnr9HBfYP035C7p2YTRZasx5SF4a2ZkOl9IpsVduNm4=";
hash = "sha256-KFpt//A4/T0FRBSPuTKQH/mEIqLVEiE+Lpvuq7ec6eo=";
fetchSubmodules = true;
};