python3Packages.django-rest-registration: fix src.rev
This commit is contained in:
@@ -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=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user