Unverified Commit b649d49b authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

nvidia-modprobe: 570.133.07 -> 575.51.02 (#399740)

parents 16ad57ce b0617ca5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation rec {
  pname = "nvidia-modprobe";
  version = "570.133.07";
  version = "575.51.02";

  src = fetchFromGitHub {
    owner = "NVIDIA";
    repo = "nvidia-modprobe";
    rev = version;
    hash = "sha256-6/1g66Mr0Ru4V3JMTRXet1aiNa0wrTIGw84QPrCO85c=";
    hash = "sha256-3iQySxYLG+GwtACeY7n5IwUSc0dVVgu6S0y+XMmv7AU=";
  };

  nativeBuildInputs = [ gnum4 ];