tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
commix: 3.5 -> 3.6
Fabian Affolter
3 years ago
1aaa7810
d115b82f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
commix
default.nix
+2
-2
pkgs/tools/security/commix/default.nix
···
5
6
python3.pkgs.buildPythonApplication rec {
7
pname = "commix";
8
-
version = "3.5";
9
format = "setuptools";
10
11
src = fetchFromGitHub {
12
owner = "commixproject";
13
repo = pname;
14
rev = "refs/tags/v${version}";
15
-
hash = "sha256-3UCHTgIW7ArXQD0Kj5XwE1I5VszsueXDJ68QWdQrAho=";
16
};
17
18
# Project has no tests
···
5
6
python3.pkgs.buildPythonApplication rec {
7
pname = "commix";
8
+
version = "3.6";
9
format = "setuptools";
10
11
src = fetchFromGitHub {
12
owner = "commixproject";
13
repo = pname;
14
rev = "refs/tags/v${version}";
15
+
hash = "sha256-QdhJp7oUqOY8Z36haIrHgP4hVGaFXlOxNVg1ams7uhg=";
16
};
17
18
# Project has no tests