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
cloudsmith-cli: 1.2.2 -> 1.2.3
R. Ryantm
2 years ago
4e69073e
ae3c6a2e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
cloudsmith-cli
default.nix
+2
-2
pkgs/development/tools/cloudsmith-cli/default.nix
···
5
5
6
6
python3.pkgs.buildPythonApplication rec {
7
7
pname = "cloudsmith-cli";
8
8
-
version = "1.2.2";
8
8
+
version = "1.2.3";
9
9
format = "wheel";
10
10
11
11
src = fetchPypi {
12
12
pname = "cloudsmith_cli";
13
13
inherit format version;
14
14
-
hash = "sha256-gXbjmnMBx5FuJfWD+jW1KOpNEYit6oqhympN8qwqYlU=";
14
14
+
hash = "sha256-MIoRLWk6G8uchQlGOYOsg3XliZ1wMrYSOhAEQrus+fQ=";
15
15
};
16
16
17
17
propagatedBuildInputs = with python3.pkgs; [