nixops_unstablePlugins.nixops-aws: unstable-2024-02-29 -> 1.0.0-unstable-2024-02-29

This commit is contained in:
OPNA2608
2024-02-07 17:11:04 +01:00
parent c4291642c0
commit 5818d1b950

View File

@@ -12,7 +12,7 @@
buildPythonPackage {
pname = "nixops-aws";
version = "unstable-2024-02-29";
version = "1.0.0-unstable-2024-02-29";
pyproject = true;
src = fetchFromGitHub {
@@ -45,7 +45,9 @@ buildPythonPackage {
pythonImportsCheck = [ "nixops_aws" ];
passthru.updateScript = unstableGitUpdater {};
passthru.updateScript = unstableGitUpdater {
tagPrefix = "v";
};
meta = with lib; {
description = "AWS plugin for NixOps";