Skip to content

Commit 5a05150

Browse files
authored
rshim-user-space: 2.0.32 -> 2.1.5 (#349996)
2 parents a71d327 + 936ac72 commit 5a05150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/misc/rshim-user-space/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
stdenv.mkDerivation rec {
1717
pname = "rshim-user-space";
18-
version = "2.0.32";
18+
version = "2.1.5";
1919

2020
src = fetchFromGitHub {
2121
owner = "Mellanox";
2222
repo = pname;
2323
rev = "rshim-${version}";
24-
hash = "sha256-GF7cKIf72EYRBRb6d3IWONE7YJwohTLKF1RGdDMTG6c=";
24+
hash = "sha256-moU6XxBVSAZiiR/usFfxse2CHk6+003Jb9t62szk1fk=";
2525
};
2626

2727
nativeBuildInputs = [

0 commit comments

Comments
 (0)