nixos-generators: 1.7.0 -> 1.8.0

This commit is contained in:
lassulus 2023-09-26 09:33:42 +02:00 committed by Bjørn Forsman
parent 8ab2b1221d
commit 87a1136163

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "nixos-generators";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixos-generators";
rev = version;
sha256 = "sha256-WecDwDY/hEcDQYzFnccCNa+5Umht0lfjx/d1qGDy/rQ=";
sha256 = "sha256-wHmtB5H8AJTUaeGHw+0hsQ6nU4VyvVrP2P4NeCocRzY=";
};
strictDeps = true;
nativeBuildInputs = [ makeWrapper ];