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

+1 -1
+1 -1
pkgs/development/python-modules/django-rest-registration/default.nix
··· 18 18 src = fetchFromGitHub { 19 19 owner = "apragacz"; 20 20 repo = pname; 21 - rev = "refs/tags/v${version}"; 21 + rev = "refs/tags/${version}"; 22 22 hash = "sha256-JoIeVjl5s60ilq9kU28Jo+GaYRKU61hoqy1GzYmMdZQ="; 23 23 }; 24 24