Merge pull request #319956 from r-ryantm/auto-update/cloudsmith-cli

cloudsmith-cli: 1.2.3 -> 1.2.5
This commit is contained in:
Nick Cao 2024-06-15 09:45:24 -04:00 committed by GitHub
commit 8907e62168
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "cloudsmith-cli";
version = "1.2.3";
version = "1.2.5";
format = "setuptools";
src = fetchFromGitHub {
owner = "cloudsmith-io";
repo = "cloudsmith-cli";
rev = "v${version}";
hash = "sha256-a4hLx+INdFq6Ux3XkI5GWgAiGLHCoDA+MP2FNY3E6WA=";
rev = "refs/tags/v${version}";
hash = "sha256-UzyfOmjJzYEJYA6c4kn5XCvRVIMuiIpiq0kH9UhBwmo=";
};
patches = [