Unverified Commit 3a388f75 authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

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

libpsm2: 11.2.230 -> 12.0.1
parents 5c7a0f21 efeecdd6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
  pname = "libpsm2";
  version = "11.2.230";
  version = "12.0.1";

  preConfigure= ''
    export UDEVDIR=$out/etc/udev
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
    owner = "intel";
    repo = "opa-psm2";
    rev = "PSM2_${version}";
    sha256 = "sha256-dMfGq067TqstGAWNSZZaZCwvChTyPUsvaPVjFGGzp64=";
    sha256 = "sha256-MzocxY+X2a5rJvTo+gFU0U10YzzazR1IxzgEporJyhI=";
  };

  postInstall = ''