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 { stdenv.mkDerivation rec {
pname = "nixos-generators"; pname = "nixos-generators";
version = "1.7.0"; version = "1.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nix-community"; owner = "nix-community";
repo = "nixos-generators"; repo = "nixos-generators";
rev = version; rev = version;
sha256 = "sha256-WecDwDY/hEcDQYzFnccCNa+5Umht0lfjx/d1qGDy/rQ="; sha256 = "sha256-wHmtB5H8AJTUaeGHw+0hsQ6nU4VyvVrP2P4NeCocRzY=";
}; };
strictDeps = true; strictDeps = true;
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];