This commit is contained in:
Daniel Langbein 2023-11-20 14:20:18 +01:00
parent cdb6817c0b
commit 34c3d8e964
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 5 additions and 5 deletions

View File

@ -8,12 +8,12 @@ let
( (
buildPythonPackage rec { buildPythonPackage rec {
pname = "de.p1st.monitor"; pname = "de.p1st.monitor";
version = "0.11.5"; version = "0.12.0";
# https://nixos.wiki/wiki/Packaging/Python#Fix_Missing_setup.py # https://nixos.wiki/wiki/Packaging/Python#Fix_Missing_setup.py
format = "pyproject"; format = "pyproject";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-sPPyasMk3HgVWTpVMKKf0YP8uH5q9sho5z5In2vMcZs="; sha256 = "sha256-71tFlrlEXsAPQQT82gz2iXOcUrABlK0kUlmgwqWasO4=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
# Dependencies # Dependencies

View File

@ -5,10 +5,10 @@
"homepage": "https://nur.nix-community.org/", "homepage": "https://nur.nix-community.org/",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "3a7dd170a152b8525e64e1a21b3f95d402ead2b8", "rev": "5400c2b8e6cad21911ee8d7258319dbadac87879",
"sha256": "10zk439as7rzs0cn5f60nw7mgnqfqvsqxd3cbq4i85yw2hansxz3", "sha256": "029rdk7q78300yvyz0fnik4bi9pqdlfklsyamzp55gnymbvxccp3",
"type": "tarball", "type": "tarball",
"url": "https://github.com/nix-community/NUR/archive/3a7dd170a152b8525e64e1a21b3f95d402ead2b8.tar.gz", "url": "https://github.com/nix-community/NUR/archive/5400c2b8e6cad21911ee8d7258319dbadac87879.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"home-manager": { "home-manager": {