tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
git-privacy: 2.1.0 -> 2.3.0
Aaron Jheng
2 years ago
ceef47cd
46e52862
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
version-management
git-privacy
default.nix
+2
-2
pkgs/applications/version-management/git-privacy/default.nix
···
6
6
7
7
python3.pkgs.buildPythonApplication rec {
8
8
pname = "git-privacy";
9
9
-
version = "2.1.0";
9
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
16
-
sha256 = "0hfy43fip1l81672xfwqrz1jryzkjy7h9f2lyikxgibibil0p444";
16
16
+
hash = "sha256-b2RkRL8/mZwqc3xCs+oltzualhQtp/7F9POlLlT3UUU=";
17
17
};
18
18
19
19
propagatedBuildInputs = with python3.pkgs; [