nixos-anywhere: 1.8.0 -> 1.9.0

Diff: https://github.com/nix-community/nixos-anywhere/compare/1.8.0...1.9.0
This commit is contained in:
Jörg Thalheim
2025-04-15 17:18:42 +02:00
parent 18dd725c29
commit 0960aeda7d
+2 -2
View File
@@ -31,12 +31,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "nixos-anywhere";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixos-anywhere";
rev = finalAttrs.version;
hash = "sha256-7kHxBQuzb7gcHzVmLGljJ4kF6BDDSYVCIxYFDmYPnAo=";
hash = "sha256-DGJ52K2cN3MRUlI/knH0tipGja0Agfk+QVfIQL1gWT4=";
};
nativeBuildInputs = [ makeWrapper ];
installPhase = ''