summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-11 19:59:03 +0200
committerGitHub <noreply@github.com>2023-03-11 19:59:03 +0200
commit651e4175cf02ff6cbe9736102b96327ceaa24ec3 (patch)
tree6b4c5b23b123b98703d15aeccb98141ceecab57f
parent5449563a86fc7e185f269672b559b446cd306d01 (diff)
parentf3acb36d6407ba549d7bf660ceec7572700f8cc9 (diff)
downloadnixpkgs-651e4175cf02ff6cbe9736102b96327ceaa24ec3.tar
nixpkgs-651e4175cf02ff6cbe9736102b96327ceaa24ec3.tar.gz
nixpkgs-651e4175cf02ff6cbe9736102b96327ceaa24ec3.tar.bz2
nixpkgs-651e4175cf02ff6cbe9736102b96327ceaa24ec3.tar.lz
nixpkgs-651e4175cf02ff6cbe9736102b96327ceaa24ec3.tar.xz
nixpkgs-651e4175cf02ff6cbe9736102b96327ceaa24ec3.tar.zst
nixpkgs-651e4175cf02ff6cbe9736102b96327ceaa24ec3.zip
Merge pull request #220181 from r-ryantm/auto-update/proton-caller
proton-caller: 3.1.1 -> 3.1.2
-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 4b5da92d1d6..e0fd948eb86 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.1";
+  version = "3.1.2";
 
   src = fetchFromGitHub {
     owner = "caverym";
     repo = pname;
     rev = version;
-    sha256 = "sha256-fN/8woLkTFD0aGILwweHhpey3cGQw2NolvpOmdkEEGA=";
+    sha256 = "sha256-srzahBMihkEP9/+7oRij5POHkCcH6QBh4kGz42Pz0nM=";
   };
 
-  cargoSha256 = "sha256-2zczu9MtsDDbfjbmLXCiPJrxNoNNBN0KAGeN+a53SRg=";
+  cargoHash = "sha256-LBXCcFqqscCGgtTzt/gr7Lz0ExT9kAWrXPuPuKzKt0E=";
 
   meta = with lib; {
     description = "Run Windows programs with Proton";