libpsm2: 11.2.229 -> 11.2.230

This commit is contained in:
R. Ryantm 2023-01-22 09:57:15 +00:00
parent 4e9efbd52a
commit 9fdb076597

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "libpsm2";
version = "11.2.229";
version = "11.2.230";
preConfigure= ''
export UDEVDIR=$out/etc/udev
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
owner = "intel";
repo = "opa-psm2";
rev = "PSM2_${version}";
sha256 = "sha256-t3tZCxGmGMscDmeyCATLbHxU7jEJqAzxwPV0Z8pl2ko=";
sha256 = "sha256-dMfGq067TqstGAWNSZZaZCwvChTyPUsvaPVjFGGzp64=";
};
postInstall = ''