We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent f723f7c commit 1fe9518Copy full SHA for 1fe9518
pkgs/applications/misc/ipmiview/default.nix
@@ -4,12 +4,12 @@ assert stdenv.isLinux;
4
5
stdenv.mkDerivation rec {
6
name = "IPMIView-${version}";
7
- version = "2.12.0";
8
- buildVersion = "160804";
+ version = "2.13.0";
+ buildVersion = "170504";
9
10
src = fetchurl {
11
url = "ftp://ftp.supermicro.com/utility/IPMIView/Linux/IPMIView_${version}_build.${buildVersion}_bundleJRE_Linux_x64.tar.gz";
12
- sha256 = "787a060413451a4a5993c31805f55a221087b7199bbaf20e9fe1254e2a76db42";
+ sha256 = "1hfw5g6lxg3vqg0nc3g2sv2h6bn8za35bxxms0ri0sgb9v3xg1y6";
13
};
14
15
buildInputs = [ patchelf makeWrapper ];
0 commit comments