summary refs log tree commit diff
path: root/pkgs/tools/system/ipmiutil
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 14:57:13 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 14:57:13 -0700
commitacdbf504e3f756de9964123b355a8c4f2d60e133 (patch)
treedcd251e539e9aec9cf1f644bcb55ebb7de5baaa1 /pkgs/tools/system/ipmiutil
parent7e33e374db487ed87db316db3b2687f917aa7f90 (diff)
downloadnixpkgs-acdbf504e3f756de9964123b355a8c4f2d60e133.tar
nixpkgs-acdbf504e3f756de9964123b355a8c4f2d60e133.tar.gz
nixpkgs-acdbf504e3f756de9964123b355a8c4f2d60e133.tar.bz2
nixpkgs-acdbf504e3f756de9964123b355a8c4f2d60e133.tar.lz
nixpkgs-acdbf504e3f756de9964123b355a8c4f2d60e133.tar.xz
nixpkgs-acdbf504e3f756de9964123b355a8c4f2d60e133.tar.zst
nixpkgs-acdbf504e3f756de9964123b355a8c4f2d60e133.zip
ipmiutil: 3.0.9 -> 3.1.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ipmiutil/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/706664f90d887aff46e82433584920a1
Diffstat (limited to 'pkgs/tools/system/ipmiutil')
-rw-r--r--pkgs/tools/system/ipmiutil/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/ipmiutil/default.nix b/pkgs/tools/system/ipmiutil/default.nix
index 6b206ea8761..bace31a17bd 100644
--- a/pkgs/tools/system/ipmiutil/default.nix
+++ b/pkgs/tools/system/ipmiutil/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   baseName = "ipmiutil";
-  version = "3.0.9";
+  version = "3.1.0";
   name = "${baseName}-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/project/${baseName}/${name}.tar.gz";
-    sha256 = "0j4lsfdj2bk1b1vw9l00zv1g4jan05p09szqbzxgqqw2lpnca4i7";
+    sha256 = "1vvdydql5gmq103wr0ris2fvr3l5an2a8zgg2mmgdi88pxi11xfx";
   };
 
   buildInputs = [ openssl ];