nixos-anywhere: 1.0.0 -> 1.1.0

Diff: https://github.com/numtide/nixos-anywhere/compare/1.0.0...1.1.0
This commit is contained in:
Jörg Thalheim 2023-12-01 14:20:54 +01:00
parent 91050ea1e5
commit a5fdb3c83e

View File

@ -28,12 +28,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "nixos-anywhere";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "numtide";
repo = "nixos-anywhere";
rev = finalAttrs.version;
hash = "sha256-zM+N7+XDR34DuTrVLJd7Ggq1JPlURddsqNOjXY/rcQM=";
hash = "sha256-43r1pwWv9SuMEG+Pe5laFsqE1/X0rFQ6s/wpEufPliE=";
};
nativeBuildInputs = [ makeWrapper ];
installPhase = ''