tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.mcstatus: 12.0.1 -> 12.0.2
R. Ryantm
9 months ago
55f5e6c4
a2601227
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
mcstatus
default.nix
+3
-3
pkgs/development/python-modules/mcstatus/default.nix
reviewed
···
14
14
15
15
buildPythonPackage rec {
16
16
pname = "mcstatus";
17
17
-
version = "12.0.1";
17
17
+
version = "12.0.2";
18
18
pyproject = true;
19
19
20
20
src = fetchFromGitHub {
21
21
owner = "py-mine";
22
22
repo = "mcstatus";
23
23
tag = "v${version}";
24
24
-
hash = "sha256-FSXELbEQYUUu2maWBFb5Fj7Y3zXqwmFQRAu+nNco0lQ=";
24
24
+
hash = "sha256-DWIpN7oBbb/F5aER0v0qhcQsDoa/EfizjHgy/BE2P6E=";
25
25
};
26
26
27
27
build-system = [ hatchling ];
···
55
55
description = "Python library for checking the status of Minecraft servers";
56
56
mainProgram = "mcstatus";
57
57
homepage = "https://github.com/py-mine/mcstatus";
58
58
-
changelog = "https://github.com/py-mine/mcstatus/releases/tag/v${version}";
58
58
+
changelog = "https://github.com/py-mine/mcstatus/releases/tag/${src.tag}";
59
59
license = with lib.licenses; [ asl20 ];
60
60
maintainers = with lib.maintainers; [
61
61
fab