nixos-anywhere: 1.1.1 -> 1.1.2

Diff: https://github.com/numtide/nixos-anywhere/compare/1.1.1...1.1.2
This commit is contained in:
Jörg Thalheim 2024-03-17 10:16:23 +01:00
parent cc744fc74a
commit a89e9c8841

View file

@ -28,12 +28,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "nixos-anywhere";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "numtide";
repo = "nixos-anywhere";
rev = finalAttrs.version;
hash = "sha256-GN0G3g3QEzb2ZG3zSzbRaRBsmQsWJu81CZy9mIofRZ0=";
hash = "sha256-JzgZnHQ4Bknh1ebE4iMVzR3cWZG+8k7MRy0X7cNSnBE=";
};
nativeBuildInputs = [ makeWrapper ];
installPhase = ''