mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
shim-unsigned: 15.7 -> 15.8
This commit is contained in:
parent
19f815760d
commit
22c0b08d73
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user