From 13b421bfbcd459e1f38286052f76a12d3c41dce7 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 1 Nov 2023 11:49:45 +0100 Subject: [PATCH] chore --- hosts/yodaNas/host-specific.nix | 4 ++-- nix/sources.json | 12 ++++++------ shell.nix | 0 3 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 shell.nix diff --git a/hosts/yodaNas/host-specific.nix b/hosts/yodaNas/host-specific.nix index f1ead3a..a1bd579 100644 --- a/hosts/yodaNas/host-specific.nix +++ b/hosts/yodaNas/host-specific.nix @@ -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 diff --git a/nix/sources.json b/nix/sources.json index e52707a..74cf63b 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -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///archive/.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///archive/.tar.gz" }, "unstable": { diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..e69de29