about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-08-07 11:48:35 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-08-07 11:48:35 +0200
commite5b26e4bcea49be080d5bb72984cf2a497424428 (patch)
tree07c305c7ecfe574abfb05b603aa43d2893057511 /pkgs
parentc2596b396ca0a0d9f82fa6e64839b37473008a58 (diff)
downloadnixlib-e5b26e4bcea49be080d5bb72984cf2a497424428.tar
nixlib-e5b26e4bcea49be080d5bb72984cf2a497424428.tar.gz
nixlib-e5b26e4bcea49be080d5bb72984cf2a497424428.tar.bz2
nixlib-e5b26e4bcea49be080d5bb72984cf2a497424428.tar.lz
nixlib-e5b26e4bcea49be080d5bb72984cf2a497424428.tar.xz
nixlib-e5b26e4bcea49be080d5bb72984cf2a497424428.tar.zst
nixlib-e5b26e4bcea49be080d5bb72984cf2a497424428.zip
python311Packages.greeneye-monitor: 4.0 -> 4.0.1
Diff: https://github.com/jkeljo/greeneye-monitor/compare/refs/tags/v4.0...v4.0.1

Changelog: https://github.com/jkeljo/greeneye-monitor/blob/v4.0.1/CHANGELOG.rst
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/greeneye-monitor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/greeneye-monitor/default.nix b/pkgs/development/python-modules/greeneye-monitor/default.nix
index d29a754aa86e..3efc25274d93 100644
--- a/pkgs/development/python-modules/greeneye-monitor/default.nix
+++ b/pkgs/development/python-modules/greeneye-monitor/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "greeneye-monitor";
-  version = "4.0";
+  version = "4.0.1";
 
   disabled = pythonOlder "3.10";
 
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "jkeljo";
     repo = "greeneye-monitor";
     rev = "refs/tags/v${version}";
-    hash = "sha256-kMyFerb6T5316cr4T5hSo4HcpO5Hl5l+bMor5jon9yY=";
+    hash = "sha256-S/1MT9ZQ9G0F1WXqzNKhVo8vtfPLzr8WRlfYc7TU9iQ=";
   };
 
   postPatch = ''