tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.django-rest-registration: fix src.rev
Martin Weinelt
3 years ago
697b730f
82779d71
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
django-rest-registration
default.nix
+1
-1
pkgs/development/python-modules/django-rest-registration/default.nix
···
18
18
src = fetchFromGitHub {
19
19
owner = "apragacz";
20
20
repo = pname;
21
21
-
rev = "refs/tags/v${version}";
21
21
+
rev = "refs/tags/${version}";
22
22
hash = "sha256-JoIeVjl5s60ilq9kU28Jo+GaYRKU61hoqy1GzYmMdZQ=";
23
23
};
24
24