Merge pull request #257608 from fabaff/zkg-bump

zkg: 2.13.0 -> 2.14.0
This commit is contained in:
Fabian Affolter 2023-09-27 14:26:53 +02:00 committed by GitHub
commit 33e7ff3a13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "zkg";
version = "2.13.0";
version = "2.14.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "zeek";
repo = "package-manager";
rev = "refs/tags/v${version}";
hash = "sha256-kQFm8VlbvJ791Ll8b0iu6xqaxhYTf41jTmvGxLgIzuE=";
hash = "sha256-HdOzxSU3XWz1ZH96woDWrHzKbpJW3/IKkpc2tGfyi9o=";
};
propagatedBuildInputs = with python3.pkgs; [