File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
1010python3 . pkgs . buildPythonApplication rec {
1111 pname = "pywal16" ;
12- version = "3.7.1 " ;
12+ version = "3.7.2 " ;
1313 pyproject = true ;
1414
1515 src = fetchFromGitHub {
1616 owner = "eylles" ;
1717 repo = "pywal16" ;
18- rev = "refs/tags/ ${ version } " ;
19- hash = "sha256-XDOmpeONPW6b1ZEGk272wwraTLR8PjjniIXm0M9BGU4 =" ;
18+ tag = version ;
19+ hash = "sha256-aizuON8Y321i7bF2SuC5UC1iOWHY217ccfzY9WmaevQ =" ;
2020 } ;
2121
2222 build-system = [ python3 . pkgs . setuptools ] ;
@@ -56,7 +56,7 @@ python3.pkgs.buildPythonApplication rec {
5656 meta = {
5757 description = "16 colors fork of pywal" ;
5858 homepage = "https://github.com/eylles/pywal16" ;
59- changelog = "https://github.com/eylles/pywal16/blob/${ src . rev } /CHANGELOG.md" ;
59+ changelog = "https://github.com/eylles/pywal16/blob/refs/tags/ ${ version } /CHANGELOG.md" ;
6060 license = lib . licenses . mit ;
6161 maintainers = with lib . maintainers ; [ moraxyc ] ;
6262 mainProgram = "wal" ;
You can’t perform that action at this time.
0 commit comments