Skip to content

Commit

Permalink
nvidia_oc: 0.1.18 -> 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 23, 2025
1 parent a400206 commit e73aab2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/nv/nvidia_oc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@

rustPlatform.buildRustPackage rec {
pname = "nvidia_oc";
version = "0.1.18";
version = "0.1.19";

src = fetchFromGitHub {
owner = "Dreaming-Codes";
repo = "nvidia_oc";
tag = version;
hash = "sha256-4dXdOwo7RidYEwKkoJp3+IvkGcXuS+irRbOlsfOKqIQ=";
hash = "sha256-OYQuCNHByt9y6XGIayCw8uvZHeITqRk8PV06+pT0dhA=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-CxiKkm4NyYtKqSf/FtE7Pp3myCYxMMaV0h3Khd6HgTY=";
cargoHash = "sha256-94uoOzbC1ocK1LWHArUYqfaBFzOUQNSLPKnMRXXjBQ0=";

nativeBuildInputs = [
autoAddDriverRunpath
Expand Down

0 comments on commit e73aab2

Please sign in to comment.