summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-14 08:41:19 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-14 08:41:19 +0000
commitff3c906dbc04a27ddf09d23e7470f1ee4d1b65ac (patch)
tree607dcd6a7339f63c065e00c9454852c8244a5b04
parentb1648e3b6a94264087b714b390eb40f9b6649c65 (diff)
proton-caller: 3.1.0 -> 3.1.1
-rw-r--r--pkgs/applications/emulators/proton-caller/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/emulators/proton-caller/default.nix b/pkgs/applications/emulators/proton-caller/default.nix
index 22bc7054da38..4b5da92d1d61 100644
--- a/pkgs/applications/emulators/proton-caller/default.nix
+++ b/pkgs/applications/emulators/proton-caller/default.nix
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "proton-caller";
- version = "3.1.0";
+ version = "3.1.1";
src = fetchFromGitHub {
owner = "caverym";
repo = pname;
rev = version;
- sha256 = "sha256-eyHFKAGx8du4osoGDsMFzVE/TC/ZMPsx6mrWUPDCLJ4=";
+ sha256 = "sha256-fN/8woLkTFD0aGILwweHhpey3cGQw2NolvpOmdkEEGA=";
};
- cargoSha256 = "sha256-/4+r5rvRUqQL8EVIg/22ZytXyE4+SV4UEcXiEw4795U=";
+ cargoSha256 = "sha256-2zczu9MtsDDbfjbmLXCiPJrxNoNNBN0KAGeN+a53SRg=";
meta = with lib; {
description = "Run Windows programs with Proton";