Skip to content

Commit e57fd6a

Browse files
nvidia_oc: 0.1.18 -> 0.1.19 (#384630)
Co-authored-by: genga898 <[email protected]>
2 parents e559756 + e73aab2 commit e57fd6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/nv/nvidia_oc/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "nvidia_oc";
11-
version = "0.1.18";
11+
version = "0.1.19";
1212

1313
src = fetchFromGitHub {
1414
owner = "Dreaming-Codes";
1515
repo = "nvidia_oc";
1616
tag = version;
17-
hash = "sha256-4dXdOwo7RidYEwKkoJp3+IvkGcXuS+irRbOlsfOKqIQ=";
17+
hash = "sha256-OYQuCNHByt9y6XGIayCw8uvZHeITqRk8PV06+pT0dhA=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-CxiKkm4NyYtKqSf/FtE7Pp3myCYxMMaV0h3Khd6HgTY=";
21+
cargoHash = "sha256-94uoOzbC1ocK1LWHArUYqfaBFzOUQNSLPKnMRXXjBQ0=";
2222

2323
nativeBuildInputs = [
2424
autoAddDriverRunpath

0 commit comments

Comments
 (0)