about summary refs log tree commit diff
path: root/pkgs/misc/emulators
diff options
context:
space:
mode:
authordavidak <davidak@users.noreply.github.com>2021-08-19 03:14:51 +0200
committerGitHub <noreply@github.com>2021-08-19 03:14:51 +0200
commit28f03364a72d08eebc64c8a3324d485555cee62c (patch)
treec072fb012f5c6ebfed33a51f463f91259e0d357e /pkgs/misc/emulators
parent2e70c6aa29400cf79190e8c693d7e00a3e107075 (diff)
parentac128608bf767d4d249b6db95455499d10f62560 (diff)
Merge pull request #134458 from r-ryantm/auto-update/proton-caller
proton-caller: 2.3.0 -> 2.3.1
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 a69c1b3763ee9..0c3b786c11f54 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.0";
+  version = "2.3.1";
 
   src = fetchFromGitHub {
     owner = "caverym";
     repo = pname;
     rev = version;
-    sha256 = "1rj0f8jzmrvj6gz1rcdjmxdqk2i5cxhz9ji4217kwyb6h1h0jmdk";
+    sha256 = "sha256-GFZX+ss6LRosCsOuzjLu15BCdImhxH2D2kZQzF8zA90=";
   };
 
-  cargoSha256 = "165kzza1m8h37y1ir0d0hp0z645h4ihkyj83fii69f18gk47r3kg";
+  cargoSha256 = "sha256-8HaMmvSUI5Zttlsx5tewwIR+iKBlp4w8XlRfI0tyBas=";
 
   meta = with lib; {
     description = "Run Windows programs with Proton";