python3Packages.django-rest-registration: fix src.rev

This commit is contained in:
Martin Weinelt 2023-01-13 14:22:12 +01:00
parent 82779d7108
commit 697b730fc5
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "apragacz";
repo = pname;
rev = "refs/tags/v${version}";
rev = "refs/tags/${version}";
hash = "sha256-JoIeVjl5s60ilq9kU28Jo+GaYRKU61hoqy1GzYmMdZQ=";
};