summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/atlassian-python-api
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2025-01-03 21:24:13 +0100
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2025-01-04 00:19:17 +0100
commit0cd04d30366f52fe9dd7664fb7decf4b93b1d789 (patch)
treeeb7e780fa6e8b4ab2a12a53d15c41e3914430bde /pkgs/development/python-modules/atlassian-python-api
parentc0cb67536bc6dc0e6da7db43d1de100bbe08522e (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.nix2
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=";
};