From 286a0d2225f988d32cba116eb63fb4595af1bf06 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sun, 8 Oct 2023 20:01:04 +0200 Subject: [PATCH] chore --- hosts/yodaNas/host-specific.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/yodaNas/host-specific.nix b/hosts/yodaNas/host-specific.nix index 0988ec8..c7b6c65 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.10.6"; + version = "0.11.0"; # https://nixos.wiki/wiki/Packaging/Python#Fix_Missing_setup.py format = "pyproject"; src = fetchPypi { inherit pname version; - sha256 = "sha256-7RLDkgi/Bp5ceEHBtQQDfEAsUe6F0GzNAr5hL2J4k5o="; + sha256 = "sha256-UeNzQeKfJZ6cJz08E4r0adOQwV7D81AALYwwpHBGneU="; }; propagatedBuildInputs = [ # Dependencies