We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a400206 commit e73aab2Copy full SHA for e73aab2
pkgs/by-name/nv/nvidia_oc/package.nix
@@ -8,17 +8,17 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "nvidia_oc";
11
- version = "0.1.18";
+ version = "0.1.19";
12
13
src = fetchFromGitHub {
14
owner = "Dreaming-Codes";
15
repo = "nvidia_oc";
16
tag = version;
17
- hash = "sha256-4dXdOwo7RidYEwKkoJp3+IvkGcXuS+irRbOlsfOKqIQ=";
+ hash = "sha256-OYQuCNHByt9y6XGIayCw8uvZHeITqRk8PV06+pT0dhA=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-CxiKkm4NyYtKqSf/FtE7Pp3myCYxMMaV0h3Khd6HgTY=";
+ cargoHash = "sha256-94uoOzbC1ocK1LWHArUYqfaBFzOUQNSLPKnMRXXjBQ0=";
22
23
nativeBuildInputs = [
24
autoAddDriverRunpath
0 commit comments