lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #292000 from r-ryantm/auto-update/rshim-user-space

rshim-user-space: 2.0.12 -> 2.0.20

authored by

nikstur and committed by
GitHub
6cffa9df 8d7aa0cb

+2 -2
+2 -2
pkgs/tools/misc/rshim-user-space/default.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "rshim-user-space"; 18 - version = "2.0.12"; 18 + version = "2.0.20"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "Mellanox"; 22 22 repo = pname; 23 23 rev = "rshim-${version}"; 24 - hash = "sha256-jR9Q1i2p4weKuGPTAylNIVglgcZH0UtvXBVVCEquxu8="; 24 + hash = "sha256-zm1cMTna9o8edl0M7tjUhbnElbUkQZSkh3KOI6tbE6I="; 25 25 }; 26 26 27 27 nativeBuildInputs = [