tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
compare50: 1.2.7 -> 1.2.13
R. Ryantm
6 months ago
518cb6ff
2081733c
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
co
compare50
package.nix
+3
-3
pkgs/by-name/co/compare50/package.nix
···
7
7
8
8
python3Packages.buildPythonApplication rec {
9
9
pname = "compare50";
10
10
-
version = "1.2.7";
10
10
+
version = "1.2.13";
11
11
pyproject = true;
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "cs50";
15
15
repo = "compare50";
16
16
tag = "v${version}";
17
17
-
hash = "sha256-T7ts/9Uux2gVhh5EGv8PRh9cbCQDbLBYD06sWqNSvLU=";
17
17
+
hash = "sha256-qRESVE9242Leo6js+YrRrLff7C3IjWFKSN2/GsC/8VA=";
18
18
};
19
19
20
20
postPatch = ''
···
65
65
description = "Tool for detecting similarity in code supporting over 300 languages";
66
66
homepage = "https://cs50.readthedocs.io/projects/compare50/en/latest/";
67
67
downloadPage = "https://github.com/cs50/compare50";
68
68
-
changelog = "https://github.com/cs50/compare50/releases/tag/v${version}";
68
68
+
changelog = "https://github.com/cs50/compare50/releases/tag/${src.tag}";
69
69
license = lib.licenses.gpl3Only;
70
70
platforms = lib.platforms.unix;
71
71
maintainers = with lib.maintainers; [ ethancedwards8 ];