Unverified Commit 42b0d43b authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

rshim-user-space: 2.4.2 -> 2.4.4 (#431148)

parents 397bd044 6e559044
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "rshim-user-space";
  version = "2.4.2";
  version = "2.4.4";

  src = fetchFromGitHub {
    owner = "Mellanox";
    repo = "rshim-user-space";
    rev = "rshim-${version}";
    hash = "sha256-J/gCACqpUY+KraVOLWpd+UVyZ1f2o77EfpAgUVtZL9w=";
    hash = "sha256-w2+1tUDWYmgDC0ycWGdtVfdbkZCmtvwXm47qK5PCCfg=";
  };

  nativeBuildInputs = [