summary refs log tree commit diff
path: root/pkgs/tools/system/ipmitool/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-01-27 13:35:09 +0100
committerPeter Simons <simons@cryp.to>2015-01-27 14:04:54 +0100
commit7185c6150cee1b3562aeafc50118e44d039cbea6 (patch)
tree605b6591da2993bc6711bfb4df52b0a3784ac2f9 /pkgs/tools/system/ipmitool/default.nix
parent4dac26b5697c94911db5138621d01e2859b9322c (diff)
downloadnixpkgs-7185c6150cee1b3562aeafc50118e44d039cbea6.tar
nixpkgs-7185c6150cee1b3562aeafc50118e44d039cbea6.tar.gz
nixpkgs-7185c6150cee1b3562aeafc50118e44d039cbea6.tar.bz2
nixpkgs-7185c6150cee1b3562aeafc50118e44d039cbea6.tar.lz
nixpkgs-7185c6150cee1b3562aeafc50118e44d039cbea6.tar.xz
nixpkgs-7185c6150cee1b3562aeafc50118e44d039cbea6.tar.zst
nixpkgs-7185c6150cee1b3562aeafc50118e44d039cbea6.zip
ipmitool: update from 1.8.14 to 1.8.15
Diffstat (limited to 'pkgs/tools/system/ipmitool/default.nix')
-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 eedca8bd7fd..987648e69af 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.14";
+  version = "1.8.15";
 in
 stdenv.mkDerivation {
   name = "${pkgname}-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/${pkgname}/${pkgname}-${version}.tar.gz";
-    sha256 = "1avlb0lwqncd28hp6p5w3rkcnhgy84rgv1jdgkyy0gzqhx2wx6zy";
+    sha256 = "0y6g8xg9p854n7xm3kds8m3d53jrsllnknp8lcr3jscf99j4x5ph";
   };
 
   buildInputs = [ openssl ];