libpsm2: 11.2.185 -> 11.2.203
This commit is contained in:
parent
9f329731b5
commit
70f93547e3
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libpsm2";
|
pname = "libpsm2";
|
||||||
version = "11.2.185";
|
version = "11.2.203";
|
||||||
|
|
||||||
preConfigure= ''
|
preConfigure= ''
|
||||||
export UDEVDIR=$out/etc/udev
|
export UDEVDIR=$out/etc/udev
|
||||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "intel";
|
owner = "intel";
|
||||||
repo = "opa-psm2";
|
repo = "opa-psm2";
|
||||||
rev = "PSM2_${version}";
|
rev = "PSM2_${version}";
|
||||||
sha256 = "062hg4r6gz7pla9df70nqs5i2a3mp1wszmp4l0g771fykhhrxsjg";
|
sha256 = "sha256-W5Mg5ATUARMFAy1VVpMKPar0VpbKfrkxa6bDhqVYpoc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
Loading…
Reference in a new issue