Update README.md

This commit is contained in:
Robin Appelman 2024-01-30 14:55:42 +00:00 committed by GitHub
commit f8c827b253
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,8 +22,8 @@ nvidia-patch flake for NixOS
config, config,
... ...
}: let }: let
rev = "af2616a252c990a8435bf86cf4788ce435474e24"; # revision from https://github.com/keylase/nvidia-patch to use rev = "b63013c"; # revision from https://github.com/keylase/nvidia-patch to use
hash = "sha256-yocxfo7YvBCpHVV/ZhNQssyd3L9jvMFP7tz0cQucLr4="; # sha256sum for https://github.com/keylase/nvidia-patch at the specified revision hash = "sha256-EDPoMTj3J1f/7Sv/q7P/lZ4r2aXOCdsbZ4FumbvuCWk="; # sha256sum for https://github.com/keylase/nvidia-patch at the specified revision
# create patch functions for the specified revision # create patch functions for the specified revision
nvidia-patch = pkgs.nvidia-patch rev hash; nvidia-patch = pkgs.nvidia-patch rev hash;