ferium: 4.2.0 -> 4.2.1

This commit is contained in:
R. Ryantm 2022-11-14 10:57:01 +00:00
parent c34fae047b
commit 0e69f6db64

View file

@ -2,18 +2,18 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "ferium"; pname = "ferium";
version = "4.2.0"; version = "4.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gorilla-devs"; owner = "gorilla-devs";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-pJis4Lab/qRc5taeTxSoJOvNrhsWhGJrPILvkmB8k2A="; sha256 = "sha256-tRJwx+yOzgy5SkVPtE2w4bhFSIaZUxXO4FBrZdhyz7g=";
}; };
buildInputs = lib.optionals stdenv.isDarwin [ Security ]; buildInputs = lib.optionals stdenv.isDarwin [ Security ];
cargoSha256 = "sha256-J1BY0gSkUQRFZJ/UlikvQqrLvCjHlf2jxbg6BIoZZUE="; cargoSha256 = "sha256-zfA+kCqfyI+zNleOHWAYGLePy5FHSw05xIcWRT8BHbY=";
# Disable the GUI file picker so that GTK/XDG dependencies aren't used # Disable the GUI file picker so that GTK/XDG dependencies aren't used
buildNoDefaultFeatures = true; buildNoDefaultFeatures = true;