Unverified Commit 33e7ff3a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #257608 from fabaff/zkg-bump

zkg: 2.13.0 -> 2.14.0
parents 65e9f3c0 66f561c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; [