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-10 21:20:12 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-10 21:20:12 -0700
commita1c7d09564611692f07e3d71888a1ef9282c4857 (patch)
treec9841ceb3722b48233c69873723104bcf7baad56 /pkgs/tools/system/ipmiutil
parentf28bf68bc4f93193d296718a37f94189f91ab14d (diff)
downloadnixpkgs-a1c7d09564611692f07e3d71888a1ef9282c4857.tar
nixpkgs-a1c7d09564611692f07e3d71888a1ef9282c4857.tar.gz
nixpkgs-a1c7d09564611692f07e3d71888a1ef9282c4857.tar.bz2
nixpkgs-a1c7d09564611692f07e3d71888a1ef9282c4857.tar.lz
nixpkgs-a1c7d09564611692f07e3d71888a1ef9282c4857.tar.xz
nixpkgs-a1c7d09564611692f07e3d71888a1ef9282c4857.tar.zst
nixpkgs-a1c7d09564611692f07e3d71888a1ef9282c4857.zip
ipmiutil: 3.0.8 -> 3.0.9
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/07c1ae6261a326cebbed6e5e7d24f23b
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 fdefb508fe5..6b206ea8761 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.8";
+  version = "3.0.9";
   name = "${baseName}-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/project/${baseName}/${name}.tar.gz";
-    sha256 = "0pqi63v9l95px1k0dh68gmbd4pbbpwy0pcg6nr5bi0zy898if135";
+    sha256 = "0j4lsfdj2bk1b1vw9l00zv1g4jan05p09szqbzxgqqw2lpnca4i7";
   };
 
   buildInputs = [ openssl ];