tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.hole: add changelog to meta
Fabian Affolter
3 years ago
f7ba1ea2
fde05a82
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
hole
default.nix
+2
-1
pkgs/development/python-modules/hole/default.nix
···
15
16
src = fetchPypi {
17
inherit pname version;
18
-
sha256 = "sha256-yZpzGfB5RTWaRn2DmT+cbSDC0pL16FyUc0Nr/V6TlhU=";
19
};
20
21
propagatedBuildInputs = [
···
33
meta = with lib; {
34
description = "Python API for interacting with a Pihole instance.";
35
homepage = "https://github.com/home-assistant-ecosystem/python-hole";
0
36
license = with licenses; [ mit ];
37
maintainers = with maintainers; [ fab ];
38
};
···
15
16
src = fetchPypi {
17
inherit pname version;
18
+
hash = "sha256-yZpzGfB5RTWaRn2DmT+cbSDC0pL16FyUc0Nr/V6TlhU=";
19
};
20
21
propagatedBuildInputs = [
···
33
meta = with lib; {
34
description = "Python API for interacting with a Pihole instance.";
35
homepage = "https://github.com/home-assistant-ecosystem/python-hole";
36
+
changelog = "https://github.com/home-assistant-ecosystem/python-hole/releases/tag/${version}";
37
license = with licenses; [ mit ];
38
maintainers = with maintainers; [ fab ];
39
};