proton-caller: 2.3.2 -> 3.1.0

authored by R. Ryantm and committed by Yt 0a160772 7c921c58

+3 -3
+3 -3
pkgs/applications/emulators/proton-caller/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "proton-caller"; 5 - version = "2.3.2"; 6 7 src = fetchFromGitHub { 8 owner = "caverym"; 9 repo = pname; 10 rev = version; 11 - sha256 = "sha256-k+cH86atuVoLCQ+I1zu08f4T+y0u8vnjo3VA+Otg+a4="; 12 }; 13 14 - cargoSha256 = "sha256-rkgg96IdIhVXZ5y/ECUxNPyPV9Nv5XGAtlxAkILry2s="; 15 16 meta = with lib; { 17 description = "Run Windows programs with Proton";
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "proton-caller"; 5 + version = "3.1.0"; 6 7 src = fetchFromGitHub { 8 owner = "caverym"; 9 repo = pname; 10 rev = version; 11 + sha256 = "sha256-eyHFKAGx8du4osoGDsMFzVE/TC/ZMPsx6mrWUPDCLJ4="; 12 }; 13 14 + cargoSha256 = "sha256-/4+r5rvRUqQL8EVIg/22ZytXyE4+SV4UEcXiEw4795U="; 15 16 meta = with lib; { 17 description = "Run Windows programs with Proton";