Skip to content

Commit 1fe9518

Browse files
committedJun 10, 2017
ipmiview: 2.12.0 -> 2.13.0
1 parent f723f7c commit 1fe9518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/misc/ipmiview/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ assert stdenv.isLinux;
44

55
stdenv.mkDerivation rec {
66
name = "IPMIView-${version}";
7-
version = "2.12.0";
8-
buildVersion = "160804";
7+
version = "2.13.0";
8+
buildVersion = "170504";
99

1010
src = fetchurl {
1111
url = "ftp://ftp.supermicro.com/utility/IPMIView/Linux/IPMIView_${version}_build.${buildVersion}_bundleJRE_Linux_x64.tar.gz";
12-
sha256 = "787a060413451a4a5993c31805f55a221087b7199bbaf20e9fe1254e2a76db42";
12+
sha256 = "1hfw5g6lxg3vqg0nc3g2sv2h6bn8za35bxxms0ri0sgb9v3xg1y6";
1313
};
1414

1515
buildInputs = [ patchelf makeWrapper ];

0 commit comments

Comments
 (0)
Please sign in to comment.