nixos-anywhere: 1.7.0 -> 1.8.0

This commit is contained in:
Michael Hoang
2025-02-27 19:39:26 +07:00
parent bf19c36d1b
commit e1a7d136a8
+2 -2
View File
@@ -31,12 +31,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "nixos-anywhere";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixos-anywhere";
rev = finalAttrs.version;
hash = "sha256-noRVvCgGxgZLCL9d3Pqfn6jEq5U7uF1OugrVPuIDR00=";
hash = "sha256-7kHxBQuzb7gcHzVmLGljJ4kF6BDDSYVCIxYFDmYPnAo=";
};
nativeBuildInputs = [ makeWrapper ];
installPhase = ''