Unverified Commit ef2bbaad authored by Artturi's avatar Artturi Committed by GitHub
Browse files

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

parents 6195b782 9fdb0765
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.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 = ''