From bc3a74c9de60322d533748ffa101885be6bab507 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 1 Nov 2023 12:58:27 +0100 Subject: [PATCH] chore --- hosts/yodaNas/host-specific.nix | 4 ++-- nix/sources.json | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hosts/yodaNas/host-specific.nix b/hosts/yodaNas/host-specific.nix index a1bd579..43fb932 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.1"; + version = "0.11.2"; # https://nixos.wiki/wiki/Packaging/Python#Fix_Missing_setup.py format = "pyproject"; src = fetchPypi { inherit pname version; - sha256 = "sha256-aY47edDMQttcmQ008jABJucs8Y3MzB6nYcNA8jp9HOo="; + sha256 = "sha256-8rrDuG893gz4B83R8C5U+3AQLK3rPpPoJTTi+C7BL9o="; }; propagatedBuildInputs = [ # Dependencies diff --git a/nix/sources.json b/nix/sources.json index 74cf63b..0146418 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": "4c248463ef00cf5a5116940f36f8c154b78b4ded", - "sha256": "122cf69pzwxyn86nwfq7pfdbf10vbzvcv48j8rkzg3lmrl4xan6s", + "rev": "315bb598ee461d283f522d9dd1d0d8ed2f215552", + "sha256": "1f333rvlbw239bw2sq6mr2gx0n8azl6gijgs7hqaf5v2by5xpz7s", "type": "tarball", - "url": "https://github.com/nix-community/NUR/archive/4c248463ef00cf5a5116940f36f8c154b78b4ded.tar.gz", + "url": "https://github.com/nix-community/NUR/archive/315bb598ee461d283f522d9dd1d0d8ed2f215552.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "home-manager": { @@ -29,10 +29,10 @@ "homepage": null, "owner": "NixOS", "repo": "nixpkgs", - "rev": "3e10c80821dedb93592682379f476745f370a58e", - "sha256": "0ylp9sj7rixfsr2rfzyv6zzj5d77nlaia33hhk5yhkrzf0d32ygn", + "rev": "017ef2132a5bda50bd713aeabce8f918502d4ec1", + "sha256": "0dmcwd9h4j0k4j4wzgc8nc6c7w7i89vvmc3apnkcp53srgklnw8l", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/3e10c80821dedb93592682379f476745f370a58e.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/017ef2132a5bda50bd713aeabce8f918502d4ec1.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "unstable": {