This commit is contained in:
Daniel Langbein 2023-11-14 19:17:48 +01:00
parent 8dbd422a50
commit 3d7b02fcdd
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 14 additions and 14 deletions

View File

@ -5,12 +5,12 @@ let
(
buildPythonPackage rec {
pname = "de.p1st.monitor";
version = "0.11.2";
version = "0.11.3";
# https://nixos.wiki/wiki/Packaging/Python#Fix_Missing_setup.py
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-8rrDuG893gz4B83R8C5U+3AQLK3rPpPoJTTi+C7BL9o=";
sha256 = "sha256-uzMmZoh/eCqbsTKDnm0oQ0sD8HvCprAncIuAawzpWu8=";
};
propagatedBuildInputs = [
# Dependencies

View File

@ -5,10 +5,10 @@
"homepage": "https://nur.nix-community.org/",
"owner": "nix-community",
"repo": "NUR",
"rev": "2999af35ec973a0001ca92bb56b037ae18869f22",
"sha256": "0k9z143wglf30lxzwza9cfkfkvwrb7v8yr0pwyilp9pqcjkz4wc6",
"rev": "7e97533c584d2628f9bec24d1c44ad79409307af",
"sha256": "0fncj0ikdcc77s67baafwfgh1w8kn70fzhd18xsjfjshb90ixj5x",
"type": "tarball",
"url": "https://github.com/nix-community/NUR/archive/2999af35ec973a0001ca92bb56b037ae18869f22.tar.gz",
"url": "https://github.com/nix-community/NUR/archive/7e97533c584d2628f9bec24d1c44ad79409307af.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"home-manager": {
@ -17,10 +17,10 @@
"homepage": "https://nix-community.github.io/home-manager/",
"owner": "nix-community",
"repo": "home-manager",
"rev": "07682fff75d41f18327a871088d20af2710d4744",
"sha256": "0rwzab51hnr6cmm1w5zmfh29gbkg6byv8jnr7frcv5kd6m8kna41",
"rev": "04bac349d585c9df38d78e0285b780a140dc74a4",
"sha256": "188lks1ipli1i6xcbhsn004aack7j3ky2mrq9v6dwxbjj1m8rs9h",
"type": "tarball",
"url": "https://github.com/nix-community/home-manager/archive/07682fff75d41f18327a871088d20af2710d4744.tar.gz",
"url": "https://github.com/nix-community/home-manager/archive/04bac349d585c9df38d78e0285b780a140dc74a4.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
@ -29,10 +29,10 @@
"homepage": null,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "41de143fda10e33be0f47eab2bfe08a50f234267",
"sha256": "1xd9k5nv7i42wabrbv51hbbl81llmgijzqlargag2c40hsx1s276",
"rev": "da4024d0ead5d7820f6bd15147d3fe2a0c0cec73",
"sha256": "1y12a4hgxx2lixrcbyhycwxvrrfik1lxjnwkprar0r6173rwy9ax",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/41de143fda10e33be0f47eab2bfe08a50f234267.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/da4024d0ead5d7820f6bd15147d3fe2a0c0cec73.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"unstable": {
@ -41,10 +41,10 @@
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ec750fd01963ab6b20ee1f0cb488754e8036d89d",
"sha256": "0m03pbsjqcaxm4zqvkvkf2s6f2jagy0v6q722qxc5s604a3l3c5k",
"rev": "911ad1e67f458b6bcf0278fa85e33bb9924fed7e",
"sha256": "0l7q3scvkq94749nkxv9p25494aspicf2559p5lyy2yii1dqyf1m",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/ec750fd01963ab6b20ee1f0cb488754e8036d89d.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/911ad1e67f458b6bcf0278fa85e33bb9924fed7e.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}