tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
submit50: 3.2.0 -> 3.2.1
R. Ryantm
6 months ago
4977f9d2
8396333e
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
su
submit50
package.nix
+3
-3
pkgs/by-name/su/submit50/package.nix
···
7
8
python3Packages.buildPythonApplication rec {
9
pname = "submit50";
10
-
version = "3.2.0";
11
pyproject = true;
12
13
src = fetchFromGitHub {
14
owner = "cs50";
15
repo = "submit50";
16
tag = "v${version}";
17
-
hash = "sha256-i1hO9P3FGamo4b733/U7d2fiWLdnTskrHM2BXxxDePc=";
18
};
19
20
build-system = [
···
40
description = "Tool for submitting student CS50 code";
41
homepage = "https://cs50.readthedocs.io/submit50/";
42
downloadPage = "https://github.com/cs50/submit50";
43
-
changelog = "https://github.com/cs50/submit50/releases/tag/v${version}";
44
license = lib.licenses.gpl3Only;
45
platforms = lib.platforms.unix;
46
maintainers = with lib.maintainers; [ ethancedwards8 ];
···
7
8
python3Packages.buildPythonApplication rec {
9
pname = "submit50";
10
+
version = "3.2.1";
11
pyproject = true;
12
13
src = fetchFromGitHub {
14
owner = "cs50";
15
repo = "submit50";
16
tag = "v${version}";
17
+
hash = "sha256-D71d8f2XfLrsDRBuEZK7B96UTUkJLkHsCWchDNO8epI=";
18
};
19
20
build-system = [
···
40
description = "Tool for submitting student CS50 code";
41
homepage = "https://cs50.readthedocs.io/submit50/";
42
downloadPage = "https://github.com/cs50/submit50";
43
+
changelog = "https://github.com/cs50/submit50/releases/tag/${src.tag}";
44
license = lib.licenses.gpl3Only;
45
platforms = lib.platforms.unix;
46
maintainers = with lib.maintainers; [ ethancedwards8 ];