Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

git-privacy: 2.1.0 -> 2.3.0

+2 -2
+2 -2
pkgs/applications/version-management/git-privacy/default.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "git-privacy"; 9 - version = "2.1.0"; 9 + version = "2.3.0"; 10 10 format = "setuptools"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "EMPRI-DEVOPS"; 14 14 repo = pname; 15 15 rev = "v${version}"; 16 - sha256 = "0hfy43fip1l81672xfwqrz1jryzkjy7h9f2lyikxgibibil0p444"; 16 + hash = "sha256-b2RkRL8/mZwqc3xCs+oltzualhQtp/7F9POlLlT3UUU="; 17 17 }; 18 18 19 19 propagatedBuildInputs = with python3.pkgs; [