nixos-anywhere: 1.1.0 -> 1.1.1

Diff: https://github.com/numtide/nixos-anywhere/compare/1.1.0...1.1.1
This commit is contained in:
Jörg Thalheim 2023-12-23 09:29:07 +01:00
parent 55e16f5456
commit 9df4a6a534

View File

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