about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-08 19:19:53 -0500
committerGitHub <noreply@github.com>2022-10-08 19:19:53 -0500
commitb8b843e658c29becd6f6e2f6974820f96a455148 (patch)
tree9f4de8b2e0e60837a1e4ff67cd8cb9a4393c0633 /pkgs/games
parent88625b2ec022d1cd0242ba2d8f6d1748f0490779 (diff)
parent3ad46d4bda267a0e16cb27e73efb9370b55eb23b (diff)
Merge pull request #194577 from r-ryantm/auto-update/ferium
ferium: 4.1.11 -> 4.2.0
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/ferium/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/ferium/default.nix b/pkgs/games/ferium/default.nix
index 7b47c0aadf52b..7fc79f8be4389 100644
--- a/pkgs/games/ferium/default.nix
+++ b/pkgs/games/ferium/default.nix
@@ -2,18 +2,18 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "ferium";
-  version = "4.1.11";
+  version = "4.2.0";
 
   src = fetchFromGitHub {
     owner = "gorilla-devs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-CqErnyBoGC+jTN1wNzKsjuAmfuwZ0NzZKyqdP2hPKUM=";
+    sha256 = "sha256-pJis4Lab/qRc5taeTxSoJOvNrhsWhGJrPILvkmB8k2A=";
   };
 
   buildInputs = lib.optionals stdenv.isDarwin [ Security ];
 
-  cargoSha256 = "sha256-2IEIIO4Gi9nyf0FoTiqGuA/ebE15sIFjeFqlETARaJY=";
+  cargoSha256 = "sha256-J1BY0gSkUQRFZJ/UlikvQqrLvCjHlf2jxbg6BIoZZUE=";
 
   # Disable the GUI file picker so that GTK/XDG dependencies aren't used
   buildNoDefaultFeatures = true;