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/aioeafm/default.nix | |
| parent | python3Packages.tinytag: 1.10.4 -> 2.0.0 (#367456) (diff) | |
| download | nixpkgs-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.nix | 2 |
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="; }; |
