summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aioeafm/default.nix
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/aioeafm/default.nix
parentpython3Packages.tinytag: 1.10.4 -> 2.0.0 (#367456) (diff)
downloadnixpkgs-0cd04d30366f52fe9dd7664fb7decf4b93b1d789.tar.gz
treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`
Diffstat (limited to 'pkgs/development/python-modules/aioeafm/default.nix')
-rw-r--r--pkgs/development/python-modules/aioeafm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/aioeafm/default.nix b/pkgs/development/python-modules/aioeafm/default.nix
index 170ff6308f40..056e9bd6b8eb 100644
--- a/pkgs/development/python-modules/aioeafm/default.nix
+++ b/pkgs/development/python-modules/aioeafm/default.nix
@@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "Jc2k";
repo = "aioeafm";
- rev = "refs/tags/${version}";
+ tag = version;
hash = "sha256-bL59EPvFd5vjay2sqBPGx+iL5sE/0n/EtR4K7obtDBE=";
};