Nixos: Fix cargoHash deprecatin warning
This commit is contained in:
parent
8e4c1fdd74
commit
b698d359bc
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue