Nixos: Fix cargoHash deprecatin warning

This commit is contained in:
GHOSCHT 2024-12-13 20:38:47 +01:00
parent 8e4c1fdd74
commit b698d359bc
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
"--skip=github::tests::test_list_releases" "--skip=github::tests::test_list_releases"
]; ];
cargoSha256 = "sha256-/8JhMDwBP3INP9+YlkTc+SwGnZypcj7OJingiyw1pcU="; cargoHash = "sha256-/8JhMDwBP3INP9+YlkTc+SwGnZypcj7OJingiyw1pcU=";
meta = with lib; { meta = with lib; {
description = "A Rust app to Install and Update GE-Proton for Steam, and Wine-GE for Lutris"; description = "A Rust app to Install and Update GE-Proton for Steam, and Wine-GE for Lutris";