submit50: 3.2.0 -> 3.2.1

R. Ryantm 4977f9d2 8396333e

+3 -3
+3 -3
pkgs/by-name/su/submit50/package.nix
··· 7 7 8 8 python3Packages.buildPythonApplication rec { 9 9 pname = "submit50"; 10 - version = "3.2.0"; 10 + version = "3.2.1"; 11 11 pyproject = true; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "cs50"; 15 15 repo = "submit50"; 16 16 tag = "v${version}"; 17 - hash = "sha256-i1hO9P3FGamo4b733/U7d2fiWLdnTskrHM2BXxxDePc="; 17 + hash = "sha256-D71d8f2XfLrsDRBuEZK7B96UTUkJLkHsCWchDNO8epI="; 18 18 }; 19 19 20 20 build-system = [ ··· 40 40 description = "Tool for submitting student CS50 code"; 41 41 homepage = "https://cs50.readthedocs.io/submit50/"; 42 42 downloadPage = "https://github.com/cs50/submit50"; 43 - changelog = "https://github.com/cs50/submit50/releases/tag/v${version}"; 43 + changelog = "https://github.com/cs50/submit50/releases/tag/${src.tag}"; 44 44 license = lib.licenses.gpl3Only; 45 45 platforms = lib.platforms.unix; 46 46 maintainers = with lib.maintainers; [ ethancedwards8 ];