nixops_unstable_minimal,nixops_unstable_full: unstable-2024-02-28 -> 1.7-unstable-2024-02-28

This commit is contained in:
OPNA2608
2024-04-30 18:29:24 +02:00
parent 225b7a425e
commit 02fa6f4ddb
@@ -13,7 +13,7 @@
buildPythonApplication rec {
pname = "nixops";
version = "unstable-2024-02-28";
version = "1.7-unstable-2024-02-28";
pyproject = true;
src = fetchFromGitHub {
@@ -51,7 +51,9 @@ buildPythonApplication rec {
passthru = {
tests.nixos = nixosTests.nixops.unstable;
updateScript = unstableGitUpdater {};
updateScript = unstableGitUpdater {
tagPrefix = "v";
};
};
meta = with lib; {