about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-07 11:33:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-07 11:33:07 +0000
commit1c755103fe8eda13ac58aa34f63ee7a331c8b9f4 (patch)
tree19e73d8734bb4dc70c30899e7e4c6b51c12cfee6 /pkgs/games
parentd8b87359d9f5c3a84e850f0a49ff1a83f5239340 (diff)
ferium: 4.1.1 -> 4.1.5
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 b542ae3451e74..11ba016adb347 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.1";
+  version = "4.1.5";
 
   src = fetchFromGitHub {
     owner = "gorilla-devs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "5DYdeK6JdA7oLBkjP3WkwLwlBitdf4Yt2dNP7P0INN0=";
+    sha256 = "sha256-NxrV8mi7xsr+x9oOp78DkHoPls0JLm5eol/8q9NwuTs=";
   };
 
   buildInputs = lib.optionals stdenv.isDarwin [ Security ];
 
-  cargoSha256 = "7rpxHfe+pWarPJ72WSXjgr63YctZ5+RrsEgmw7o66VI=";
+  cargoSha256 = "sha256-hR2PKQqSvtSBOOhZKW2IsGGjuU4jCdLMeruAHxErQtU=";
 
   buildNoDefaultFeatures = true; # by default pulls in GTK 3 just for its directory picker