summaryrefslogtreecommitdiffstats
path: root/pkgs/games/ferium
diff options
context:
space:
mode:
authorSofi <sofi+git@mailbox.org>2022-07-21 01:00:28 +0200
committerSofi <sofi+git@mailbox.org>2022-07-21 01:00:28 +0200
commitc5eb9af9c9b9e002ff5de111d2524f9df85e6e59 (patch)
treef7f3e2e3b3d638d8a41d27d17864983709b7f1fe /pkgs/games/ferium
parent44a67dc05717d3a1e6dbda23e5d8cfc4c69cedc7 (diff)
ferium: 4.1.5 -> 4.1.8
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 09617a334774..d84b1c556153 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.5";
+ version = "4.1.8";
src = fetchFromGitHub {
owner = "gorilla-devs";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-NxrV8mi7xsr+x9oOp78DkHoPls0JLm5eol/8q9NwuTs=";
+ sha256 = "sha256-lbzLM/KgknFEaJPs1x92IOJD9MILairCV0qgc/Faooo=";
};
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
- cargoSha256 = "sha256-hR2PKQqSvtSBOOhZKW2IsGGjuU4jCdLMeruAHxErQtU=";
+ cargoSha256 = "sha256-Ra56Go2yReKcEK/rzt07CRekiWUIIDtx+tndw+Txvz4=";
# Disable the GUI file picker so that GTK/XDG dependencies aren't used
buildNoDefaultFeatures = true;