lol

render50: 9.2.8 -> 9.2.10

R. Ryantm 4cb12218 a8d0cd58

+3 -3
+3 -3
pkgs/by-name/re/render50/package.nix
··· 8 9 python3Packages.buildPythonApplication rec { 10 pname = "render50"; 11 - version = "9.2.8"; 12 pyproject = true; 13 14 src = fetchFromGitHub { 15 owner = "cs50"; 16 repo = "render50"; 17 tag = "v${version}"; 18 - hash = "sha256-ZCSd1Y7PPVkMQWkEgcaqh3Ypy8OrWxI9iM2HMVT/VeA="; 19 }; 20 21 build-system = [ ··· 44 description = "Generate syntax-highlighted PDFs of source code"; 45 homepage = "https://cs50.readthedocs.io/render50/"; 46 downloadPage = "https://github.com/cs50/render50"; 47 - changelog = "https://github.com/cs50/render50/releases/tag/v${version}"; 48 license = lib.licenses.gpl3Only; 49 platforms = lib.platforms.unix; 50 maintainers = with lib.maintainers; [ ethancedwards8 ];
··· 8 9 python3Packages.buildPythonApplication rec { 10 pname = "render50"; 11 + version = "9.2.10"; 12 pyproject = true; 13 14 src = fetchFromGitHub { 15 owner = "cs50"; 16 repo = "render50"; 17 tag = "v${version}"; 18 + hash = "sha256-YaLLWrae8vgOYLmfFlPa6WkKGNlUj+n76NRpg0qm6QI="; 19 }; 20 21 build-system = [ ··· 44 description = "Generate syntax-highlighted PDFs of source code"; 45 homepage = "https://cs50.readthedocs.io/render50/"; 46 downloadPage = "https://github.com/cs50/render50"; 47 + changelog = "https://github.com/cs50/render50/releases/tag/${src.tag}"; 48 license = lib.licenses.gpl3Only; 49 platforms = lib.platforms.unix; 50 maintainers = with lib.maintainers; [ ethancedwards8 ];