Merge pull request #330 from nix-community/joerg-ci

bump version to 1.3.0
This commit is contained in:
Jörg Thalheim 2024-06-07 15:26:45 +02:00 committed by GitHub
commit 4ede0c8755
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ let
in
stdenv.mkDerivation {
pname = "nixos-anywhere";
version = "1.2.0";
version = "1.3.0";
src = ./..;
nativeBuildInputs = [ makeWrapper ];
installPhase = ''