Merge pull request #258049 from r-ryantm/auto-update/libpsm2
libpsm2: 11.2.230 -> 12.0.1
This commit is contained in:
commit
3a388f757b
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.230";
|
version = "12.0.1";
|
||||||
|
|
||||||
preConfigure= ''
|
preConfigure= ''
|
||||||
export UDEVDIR=$out/etc/udev
|
export UDEVDIR=$out/etc/udev
|
||||||
|
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "intel";
|
owner = "intel";
|
||||||
repo = "opa-psm2";
|
repo = "opa-psm2";
|
||||||
rev = "PSM2_${version}";
|
rev = "PSM2_${version}";
|
||||||
sha256 = "sha256-dMfGq067TqstGAWNSZZaZCwvChTyPUsvaPVjFGGzp64=";
|
sha256 = "sha256-MzocxY+X2a5rJvTo+gFU0U10YzzazR1IxzgEporJyhI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
Loading…
Reference in a new issue