about summary refs log tree commit diff
path: root/pkgs/misc/emulators
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2021-09-21 04:21:42 +0300
committerGitHub <noreply@github.com>2021-09-21 04:21:42 +0300
commit156f9949b654fcea9c5509456dec9bb4a0042d16 (patch)
treea602521c418f01c02573b6db083f25809e93c7eb /pkgs/misc/emulators
parent03bb96367cf2a117a91a578ccbfecc4dc424a1db (diff)
parentfcf3de84498e91c8af2ad8eaf3a6f68442fb2508 (diff)
Merge pull request #137890 from r-ryantm/auto-update/proton-caller
proton-caller: 2.3.1 -> 2.3.2
Diffstat (limited to 'pkgs/misc/emulators')
-rw-r--r--pkgs/misc/emulators/proton-caller/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/emulators/proton-caller/default.nix b/pkgs/misc/emulators/proton-caller/default.nix
index 0c3b786c11f54..d10c43642325b 100644
--- a/pkgs/misc/emulators/proton-caller/default.nix
+++ b/pkgs/misc/emulators/proton-caller/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "proton-caller";
-  version = "2.3.1";
+  version = "2.3.2";
 
   src = fetchFromGitHub {
     owner = "caverym";
     repo = pname;
     rev = version;
-    sha256 = "sha256-GFZX+ss6LRosCsOuzjLu15BCdImhxH2D2kZQzF8zA90=";
+    sha256 = "sha256-k+cH86atuVoLCQ+I1zu08f4T+y0u8vnjo3VA+Otg+a4=";
   };
 
-  cargoSha256 = "sha256-8HaMmvSUI5Zttlsx5tewwIR+iKBlp4w8XlRfI0tyBas=";
+  cargoSha256 = "sha256-rkgg96IdIhVXZ5y/ECUxNPyPV9Nv5XGAtlxAkILry2s=";
 
   meta = with lib; {
     description = "Run Windows programs with Proton";