This commit is contained in:
Daniel Langbein 2023-11-01 11:49:45 +01:00
parent 692bd1ecd3
commit 13b421bfbc
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
3 changed files with 8 additions and 8 deletions

View File

@ -26,12 +26,12 @@ let
(
buildPythonPackage rec {
pname = "de.p1st.monitor";
version = "0.11.0";
version = "0.11.1";
# https://nixos.wiki/wiki/Packaging/Python#Fix_Missing_setup.py
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-UeNzQeKfJZ6cJz08E4r0adOQwV7D81AALYwwpHBGneU=";
sha256 = "sha256-aY47edDMQttcmQ008jABJucs8Y3MzB6nYcNA8jp9HOo=";
};
propagatedBuildInputs = [
# Dependencies

View File

@ -5,10 +5,10 @@
"homepage": "https://nur.nix-community.org/",
"owner": "nix-community",
"repo": "NUR",
"rev": "342388a75e84671977fc45e1b1b8a9d83c695d69",
"sha256": "0xazxfhrikkzy1kvs1q471l774b98dflqjxvszcajld0nb04hchg",
"rev": "4c248463ef00cf5a5116940f36f8c154b78b4ded",
"sha256": "122cf69pzwxyn86nwfq7pfdbf10vbzvcv48j8rkzg3lmrl4xan6s",
"type": "tarball",
"url": "https://github.com/nix-community/NUR/archive/342388a75e84671977fc45e1b1b8a9d83c695d69.tar.gz",
"url": "https://github.com/nix-community/NUR/archive/4c248463ef00cf5a5116940f36f8c154b78b4ded.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"home-manager": {
@ -29,10 +29,10 @@
"homepage": null,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1a3c95e3b23b3cdb26750621c08cc2f1560cb883",
"sha256": "1anlah5286li7iwsas86szq5x3wh5lk546220gxq4jhacpk6471y",
"rev": "3e10c80821dedb93592682379f476745f370a58e",
"sha256": "0ylp9sj7rixfsr2rfzyv6zzj5d77nlaia33hhk5yhkrzf0d32ygn",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/1a3c95e3b23b3cdb26750621c08cc2f1560cb883.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/3e10c80821dedb93592682379f476745f370a58e.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"unstable": {

0
shell.nix Normal file
View File