nixos-anywhere: 1.6.0 -> 1.7.0 (#381462)

Co-authored-by: Mic92 <Mic92@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] Mic92 and committed by GitHub bc1549a1 171b4780

+2 -2
+2 -2
pkgs/by-name/ni/nixos-anywhere/package.nix
··· 31 in 32 stdenv.mkDerivation (finalAttrs: { 33 pname = "nixos-anywhere"; 34 - version = "1.6.0"; 35 src = fetchFromGitHub { 36 owner = "nix-community"; 37 repo = "nixos-anywhere"; 38 rev = finalAttrs.version; 39 - hash = "sha256-aoTJqEImmpgsol+TyDASuyHW6tuL7NIS8gusUJ/kxyk="; 40 }; 41 nativeBuildInputs = [ makeWrapper ]; 42 installPhase = ''
··· 31 in 32 stdenv.mkDerivation (finalAttrs: { 33 pname = "nixos-anywhere"; 34 + version = "1.7.0"; 35 src = fetchFromGitHub { 36 owner = "nix-community"; 37 repo = "nixos-anywhere"; 38 rev = finalAttrs.version; 39 + hash = "sha256-noRVvCgGxgZLCL9d3Pqfn6jEq5U7uF1OugrVPuIDR00="; 40 }; 41 nativeBuildInputs = [ makeWrapper ]; 42 installPhase = ''