Skip to content

Commit

Permalink
Merge pull request NixOS#320896 from r-ryantm/auto-update/ferium
Browse files Browse the repository at this point in the history
ferium: 4.6.0 -> 4.7.0
  • Loading branch information
NickCao committed Jun 19, 2024
2 parents f742ffd + dc346fd commit e8fac75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/games/ferium/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@

rustPlatform.buildRustPackage rec {
pname = "ferium";
version = "4.6.0";
version = "4.7.0";

src = fetchFromGitHub {
owner = "gorilla-devs";
repo = pname;
rev = "v${version}";
hash = "sha256-a4bX5pC3FSCswvUG1wFeo3e6F+CmyfYowv7OhF2DZss=";
hash = "sha256-jj3BdaxH7ofhHNF2eu+burn6+/0bPQQZ8JfjXAFyN4A=";
};

buildInputs = lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];

cargoHash = "sha256-CyDFBSTdUjapMtb6cNOEV53wTJDWotdSZZgHAQpsa9I=";
cargoHash = "sha256-dysKHi6CqPrF/q7LPn1+TwOP3p2KwauhTuqLCda3OSs=";

# Disable the GUI file picker so that GTK/XDG dependencies aren't used
buildNoDefaultFeatures = true;
Expand Down

0 comments on commit e8fac75

Please sign in to comment.