python312Packages.nice-go: 0.3.10 -> 1.0.0
https://github.com/IceBotYT/nice-go/blob/1.0.0/CHANGELOG.md
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "nice-go";
|
||||
version = "0.3.10";
|
||||
version = "1.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "IceBotYT";
|
||||
repo = "nice-go";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-LPH6U0D/JSi8zASlirfkNgfWOh/ArPHoccniNjy2hJc=";
|
||||
tag = version;
|
||||
hash = "sha256-u4AhFYhRYwcAGUrXhUgP+SgR0aoric864qSyWhc7Gmo=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
@@ -50,7 +50,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/IceBotYT/nice-go/blob/${src.rev}/CHANGELOG.md";
|
||||
changelog = "https://github.com/IceBotYT/nice-go/blob/${src.tag}/CHANGELOG.md";
|
||||
description = "Control various Nice access control products";
|
||||
homepage = "https://github.com/IceBotYT/nice-go";
|
||||
license = lib.licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user