Merge pull request #212072 from r-ryantm/auto-update/libpsm2

This commit is contained in:
Artturi
2023-02-03 22:33:46 +02:00
committed by GitHub
+2 -2
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 = ''