summaryrefslogtreecommitdiffstats
path: root/pkgs/games/ferium
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-11 03:35:48 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-11 03:35:48 +0000
commitc7e43f04ebb9e62a1f49d99ceb91d24dca4845e3 (patch)
tree553bc3dd3d0845733b77e1d06c4b9d8c29704e71 /pkgs/games/ferium
parenta53f8b3cd09470a10e919a589402ec0331c6de63 (diff)
ferium: 4.5.2 -> 4.6.0
Diffstat (limited to 'pkgs/games/ferium')
-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 f5958fec8671..f564b715f81d 100644
--- a/pkgs/games/ferium/default.nix
+++ b/pkgs/games/ferium/default.nix
@@ -9,18 +9,18 @@
rustPlatform.buildRustPackage rec {
pname = "ferium";
- version = "4.5.2";
+ version = "4.6.0";
src = fetchFromGitHub {
owner = "gorilla-devs";
repo = pname;
rev = "v${version}";
- hash = "sha256-tYRs6HfFTdUZqWal9pLZ0uUNCPr3+zQz5JV2ohOLIP8=";
+ hash = "sha256-a4bX5pC3FSCswvUG1wFeo3e6F+CmyfYowv7OhF2DZss=";
};
buildInputs = lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
- cargoHash = "sha256-5ClBS42hWw3ULEG1Qn+fiM6dvJ+xS4Dusy3BCj5Cvbg=";
+ cargoHash = "sha256-CyDFBSTdUjapMtb6cNOEV53wTJDWotdSZZgHAQpsa9I=";
# Disable the GUI file picker so that GTK/XDG dependencies aren't used
buildNoDefaultFeatures = true;