shim-unsigned: 15.7 -> 15.8

This commit is contained in:
R. Ryantm 2024-01-24 10:44:03 +00:00
parent 19f815760d
commit 22c0b08d73

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;
};