Unverified Commit b86e93ed authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

nixos-anywhere: 1.11.0 -> 1.12.0 (#443723)

parents 98b4155b 049a30c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,12 +31,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "nixos-anywhere";
  version = "1.11.0";
  version = "1.12.0";
  src = fetchFromGitHub {
    owner = "nix-community";
    repo = "nixos-anywhere";
    rev = finalAttrs.version;
    hash = "sha256-hVTCvMnwywxQ6rGgO7ytBiSpVuLOHNgm3w3vE8UNaQY=";
    hash = "sha256-rmmlgBlBnadD2pDKqDZeMm0IwZMekbFtdQ7R4cZmQfk=";
  };
  nativeBuildInputs = [ makeWrapper ];
  installPhase = ''