diff options
| author | Peder Bergebakken Sundt <pbsds@hotmail.com> | 2025-01-03 21:24:13 +0100 |
|---|---|---|
| committer | Peder Bergebakken Sundt <pbsds@hotmail.com> | 2025-01-04 00:19:17 +0100 |
| commit | 0cd04d30366f52fe9dd7664fb7decf4b93b1d789 (patch) | |
| tree | eb7e780fa6e8b4ab2a12a53d15c41e3914430bde /pkgs/development/python-modules/atlassian-python-api | |
| parent | c0cb67536bc6dc0e6da7db43d1de100bbe08522e (diff) | |
treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`
Diffstat (limited to 'pkgs/development/python-modules/atlassian-python-api')
| -rw-r--r-- | pkgs/development/python-modules/atlassian-python-api/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/atlassian-python-api/default.nix b/pkgs/development/python-modules/atlassian-python-api/default.nix index 20e01126b974..1ef1de36a0eb 100644 --- a/pkgs/development/python-modules/atlassian-python-api/default.nix +++ b/pkgs/development/python-modules/atlassian-python-api/default.nix @@ -25,7 +25,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "atlassian-api"; repo = pname; - rev = "refs/tags/${version}"; + tag = version; hash = "sha256-HhFGM8EPGCT3WqVf6WP6VvwsppvzFvHg+ys7GhUUwW0="; }; |
