mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
chore
This commit is contained in:
parent
692bd1ecd3
commit
13b421bfbc
@ -26,12 +26,12 @@ let
|
|||||||
(
|
(
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "de.p1st.monitor";
|
pname = "de.p1st.monitor";
|
||||||
version = "0.11.0";
|
version = "0.11.1";
|
||||||
# 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-UeNzQeKfJZ6cJz08E4r0adOQwV7D81AALYwwpHBGneU=";
|
sha256 = "sha256-aY47edDMQttcmQ008jABJucs8Y3MzB6nYcNA8jp9HOo=";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
@ -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": "342388a75e84671977fc45e1b1b8a9d83c695d69",
|
"rev": "4c248463ef00cf5a5116940f36f8c154b78b4ded",
|
||||||
"sha256": "0xazxfhrikkzy1kvs1q471l774b98dflqjxvszcajld0nb04hchg",
|
"sha256": "122cf69pzwxyn86nwfq7pfdbf10vbzvcv48j8rkzg3lmrl4xan6s",
|
||||||
"type": "tarball",
|
"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"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
},
|
},
|
||||||
"home-manager": {
|
"home-manager": {
|
||||||
@ -29,10 +29,10 @@
|
|||||||
"homepage": null,
|
"homepage": null,
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "1a3c95e3b23b3cdb26750621c08cc2f1560cb883",
|
"rev": "3e10c80821dedb93592682379f476745f370a58e",
|
||||||
"sha256": "1anlah5286li7iwsas86szq5x3wh5lk546220gxq4jhacpk6471y",
|
"sha256": "0ylp9sj7rixfsr2rfzyv6zzj5d77nlaia33hhk5yhkrzf0d32ygn",
|
||||||
"type": "tarball",
|
"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"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
},
|
},
|
||||||
"unstable": {
|
"unstable": {
|
||||||
|
Loading…
Reference in New Issue
Block a user