nixos-anywhere: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm
2025-02-12 13:48:30 +00:00
parent 82dc1d7225
commit f080eb230d
+2 -2
View File
@@ -31,12 +31,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "nixos-anywhere";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixos-anywhere";
rev = finalAttrs.version;
hash = "sha256-aoTJqEImmpgsol+TyDASuyHW6tuL7NIS8gusUJ/kxyk=";
hash = "sha256-noRVvCgGxgZLCL9d3Pqfn6jEq5U7uF1OugrVPuIDR00=";
};
nativeBuildInputs = [ makeWrapper ];
installPhase = ''