Merge pull request #220181 from r-ryantm/auto-update/proton-caller

proton-caller: 3.1.1 -> 3.1.2

authored by Weijia Wang and committed by GitHub 651e4175 5449563a

+3 -3
+3 -3
pkgs/applications/emulators/proton-caller/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "proton-caller"; 5 - version = "3.1.1"; 5 + version = "3.1.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "caverym"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-fN/8woLkTFD0aGILwweHhpey3cGQw2NolvpOmdkEEGA="; 11 + sha256 = "sha256-srzahBMihkEP9/+7oRij5POHkCcH6QBh4kGz42Pz0nM="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-2zczu9MtsDDbfjbmLXCiPJrxNoNNBN0KAGeN+a53SRg="; 14 + cargoHash = "sha256-LBXCcFqqscCGgtTzt/gr7Lz0ExT9kAWrXPuPuKzKt0E="; 15 15 16 16 meta = with lib; { 17 17 description = "Run Windows programs with Proton";