From b698d359bcfc09953a2ed81563bdd62d30fb1295 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:38:47 +0100 Subject: [PATCH] Nixos: Fix cargoHash deprecatin warning --- pkgs/protonup-rs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/protonup-rs/default.nix b/pkgs/protonup-rs/default.nix index a96f9db..6f5f912 100644 --- a/pkgs/protonup-rs/default.nix +++ b/pkgs/protonup-rs/default.nix @@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec { "--skip=github::tests::test_list_releases" ]; - cargoSha256 = "sha256-/8JhMDwBP3INP9+YlkTc+SwGnZypcj7OJingiyw1pcU="; + cargoHash = "sha256-/8JhMDwBP3INP9+YlkTc+SwGnZypcj7OJingiyw1pcU="; meta = with lib; { description = "A Rust app to Install and Update GE-Proton for Steam, and Wine-GE for Lutris";