Merge pull request #309203 from r-ryantm/auto-update/fend

fend: 1.4.6 -> 1.4.8

authored by Pol Dellaiera and committed by GitHub cae308a6 aa5301c1

+3 -3
+3 -3
pkgs/tools/misc/fend/default.nix
··· 18 19 rustPlatform.buildRustPackage rec { 20 pname = "fend"; 21 - version = "1.4.6"; 22 23 src = fetchFromGitHub { 24 owner = "printfn"; 25 repo = "fend"; 26 rev = "v${version}"; 27 - hash = "sha256-xqWAL1xMUUL2AtxnZ4oXWmNoks0pL63uqKoNc0Vvw/4="; 28 }; 29 30 - cargoHash = "sha256-0ov/uzBEa8Wzw5T0mSMnnmJYucBLUe0Qlwel6pVRorc="; 31 32 nativeBuildInputs = [ pandoc installShellFiles pkg-config copyDesktopItems ]; 33 buildInputs = [ pkg-config openssl ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
··· 18 19 rustPlatform.buildRustPackage rec { 20 pname = "fend"; 21 + version = "1.4.8"; 22 23 src = fetchFromGitHub { 24 owner = "printfn"; 25 repo = "fend"; 26 rev = "v${version}"; 27 + hash = "sha256-i4h2QYgA1XX+qHOEH07PR3G/0SSA8a413vm9T39TuYQ="; 28 }; 29 30 + cargoHash = "sha256-EhumvDwXNXB0Vp3qWkJs0y0gEwiy3Z9/3KZ92YDTlqk="; 31 32 nativeBuildInputs = [ pandoc installShellFiles pkg-config copyDesktopItems ]; 33 buildInputs = [ pkg-config openssl ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];