about summary refs log tree commit diff
path: root/pkgs/tools/system/ipmitool
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/ipmitool')
-rw-r--r--pkgs/tools/system/ipmitool/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/ipmitool/default.nix b/pkgs/tools/system/ipmitool/default.nix
index 87b77a483e386..d4bc17888747d 100644
--- a/pkgs/tools/system/ipmitool/default.nix
+++ b/pkgs/tools/system/ipmitool/default.nix
@@ -2,14 +2,14 @@
 
 let
   pkgname = "ipmitool";
-  version = "1.8.9";
+  version = "1.8.11";
 in
 stdenv.mkDerivation {
   name = "${pkgname}-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/${pkgname}/${pkgname}-${version}.tar.gz";
-    sha256 = "1d6bf2595d1fd0dbef206c300cc666d3d079548ba97f727077d61c4736a7e63a";
+    sha256 = "5612f4835d89a6f2cede588eef978a05d63435cf2646256300d9785d8020a13e";
   };
 
   buildInputs = [ openssl ];