nixos-anywhere: 1.3.0 -> 1.4.0 (#343284)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-09-20 17:27:47 +00:00 committed by GitHub
commit e07ea4030c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,12 +30,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "nixos-anywhere";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "numtide";
repo = "nixos-anywhere";
rev = finalAttrs.version;
hash = "sha256-AdSrhQhJb9ObCgM1iXnoIBBl+6cjRbuTST4Lt02AP5Q=";
hash = "sha256-ssx6Y665uoOO3PX6Mp9NAF8sqoGb7Ezfw+bTY69aGlE=";
};
nativeBuildInputs = [ makeWrapper ];
installPhase = ''