summaryrefslogtreecommitdiffstats
path: root/pkgs/games
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-01-12 19:53:52 -0500
committerGitHub <noreply@github.com>2023-01-12 19:53:52 -0500
commit306dab3b50b29063865c8f0107a7012b213b0b6f (patch)
tree6f9352a7e72cf210dd80694f56c90295b376be5f /pkgs/games
parent6edd2ad9af9dbe68ed530a8b06064513df4d734e (diff)
parent66fac9b1cf4ac50a5578bc484410bf1e7e8d2898 (diff)
Merge pull request #210427 from r-ryantm/auto-update/ferium
ferium: 4.2.2 -> 4.3.3
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 096374749a94..723852540f63 100644
--- a/pkgs/games/ferium/default.nix
+++ b/pkgs/games/ferium/default.nix
@@ -2,18 +2,18 @@
rustPlatform.buildRustPackage rec {
pname = "ferium";
- version = "4.2.2";
+ version = "4.3.3";
src = fetchFromGitHub {
owner = "gorilla-devs";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-CtqnPHTFkfHE8IolqSlGt8n1fsLXCKMiBt8fQzLBPYk=";
+ sha256 = "sha256-obfPMD5zv2Q4ztDLCo4W8k6H80OKDQl/cDD8B5VnQMY=";
};
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
- cargoSha256 = "sha256-EYfqdGpaAWDmvqov/k81kE9frHYNKOTHakCrHN7zpU4=";
+ cargoHash = "sha256-xp7Oy6cKFTdc6KsXJFtyEYRnGazjxf/4HpKcIsAt+ko=";
# Disable the GUI file picker so that GTK/XDG dependencies aren't used
buildNoDefaultFeatures = true;