File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/django-vite Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99buildPythonPackage rec {
1010 pname = "django-vite" ;
11- version = "3.0.6 " ;
11+ version = "3.1.0 " ;
1212 format = "setuptools" ;
1313
1414 disabled = pythonOlder "3.7" ;
@@ -17,7 +17,7 @@ buildPythonPackage rec {
1717 owner = "MrBin99" ;
1818 repo = pname ;
1919 tag = version ;
20- hash = "sha256-2Dv4TnSk5AX1L2ZUbWVDfIsh3M3Opv845SmnxYwFyGc =" ;
20+ hash = "sha256-S5DpU0Sw0TOY1SNici6djeTrvg4gehH/a2UCzju1e/s =" ;
2121 } ;
2222
2323 propagatedBuildInputs = [ django ] ;
@@ -30,7 +30,7 @@ buildPythonPackage rec {
3030 meta = with lib ; {
3131 description = "Integration of ViteJS in a Django project" ;
3232 homepage = "https://github.com/MrBin99/django-vite" ;
33- changelog = "https://github.com/MrBin99/django-vite/releases/tag/${ version } " ;
33+ changelog = "https://github.com/MrBin99/django-vite/releases/tag/${ src . tag } " ;
3434 license = licenses . asl20 ;
3535 maintainers = with maintainers ; [ sephi ] ;
3636 } ;
You can’t perform that action at this time.
0 commit comments