ferium: 4.2.1 -> 4.2.2

authored by R. Ryantm and committed by Bobby Rong 7b70b812 47a678b5

+3 -3
+3 -3
pkgs/games/ferium/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "ferium"; 5 - version = "4.2.1"; 6 7 src = fetchFromGitHub { 8 owner = "gorilla-devs"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-tRJwx+yOzgy5SkVPtE2w4bhFSIaZUxXO4FBrZdhyz7g="; 12 }; 13 14 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 15 16 - cargoSha256 = "sha256-zfA+kCqfyI+zNleOHWAYGLePy5FHSw05xIcWRT8BHbY="; 17 18 # Disable the GUI file picker so that GTK/XDG dependencies aren't used 19 buildNoDefaultFeatures = true;
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "ferium"; 5 + version = "4.2.2"; 6 7 src = fetchFromGitHub { 8 owner = "gorilla-devs"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-CtqnPHTFkfHE8IolqSlGt8n1fsLXCKMiBt8fQzLBPYk="; 12 }; 13 14 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 15 16 + cargoSha256 = "sha256-EYfqdGpaAWDmvqov/k81kE9frHYNKOTHakCrHN7zpU4="; 17 18 # Disable the GUI file picker so that GTK/XDG dependencies aren't used 19 buildNoDefaultFeatures = true;