Loading pkgs/tools/nix/nixos-generators/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/tools/nix/nixos-generators/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading