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

fend: 1.3.3 -> 1.4.0

authored by tomberek and committed by GitHub af7115b0 2b8295bf

+4 -4
+4 -4
pkgs/tools/misc/fend/default.nix
··· 16 17 rustPlatform.buildRustPackage rec { 18 pname = "fend"; 19 - version = "1.3.3"; 20 21 src = fetchFromGitHub { 22 owner = "printfn"; 23 repo = pname; 24 rev = "v${version}"; 25 - sha256 = "sha256-4N2MSs4Uhd0NcS57b6qIJd8ovnUVjLiLniMsHTdZHCo="; 26 }; 27 28 - cargoHash = "sha256-Y8LfkFPM4MKxwW6xk93+vCASkVfsMp3GugjH/kIAvQ8="; 29 30 nativeBuildInputs = [ pandoc installShellFiles copyDesktopItems ]; 31 buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; ··· 82 description = "Arbitrary-precision unit-aware calculator"; 83 homepage = "https://github.com/printfn/fend"; 84 changelog = "https://github.com/printfn/fend/releases/tag/v${version}"; 85 - license = licenses.mit; 86 maintainers = with maintainers; [ djanatyn liff ]; 87 mainProgram = "fend"; 88 };
··· 16 17 rustPlatform.buildRustPackage rec { 18 pname = "fend"; 19 + version = "1.4.0"; 20 21 src = fetchFromGitHub { 22 owner = "printfn"; 23 repo = pname; 24 rev = "v${version}"; 25 + sha256 = "sha256-s6b15FhVfEwsHtVt4bhd6LDxl/WW1PXlUrH2XFOTT5E="; 26 }; 27 28 + cargoHash = "sha256-Ilsv0mo7/4eEdRH3jWZXdF4LSYYdWr6gCvnMMAZn5j0="; 29 30 nativeBuildInputs = [ pandoc installShellFiles copyDesktopItems ]; 31 buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; ··· 82 description = "Arbitrary-precision unit-aware calculator"; 83 homepage = "https://github.com/printfn/fend"; 84 changelog = "https://github.com/printfn/fend/releases/tag/v${version}"; 85 + license = licenses.gpl3Plus; 86 maintainers = with maintainers; [ djanatyn liff ]; 87 mainProgram = "fend"; 88 };