shim-unsigned: 15.8 -> 16.0 (#391120)

Co-authored-by: baloo <baloo@superbaloo.net>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-19 03:32:37 +00:00
committed by GitHub
co-authored by baloo
+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;
};