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

fend: 1.3.3 -> 1.4.0
This commit is contained in:
tomberek
2023-12-31 23:40:44 -05:00
committed by GitHub
+4 -4
View File
@@ -16,16 +16,16 @@
rustPlatform.buildRustPackage rec {
pname = "fend";
version = "1.3.3";
version = "1.4.0";
src = fetchFromGitHub {
owner = "printfn";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4N2MSs4Uhd0NcS57b6qIJd8ovnUVjLiLniMsHTdZHCo=";
sha256 = "sha256-s6b15FhVfEwsHtVt4bhd6LDxl/WW1PXlUrH2XFOTT5E=";
};
cargoHash = "sha256-Y8LfkFPM4MKxwW6xk93+vCASkVfsMp3GugjH/kIAvQ8=";
cargoHash = "sha256-Ilsv0mo7/4eEdRH3jWZXdF4LSYYdWr6gCvnMMAZn5j0=";
nativeBuildInputs = [ pandoc installShellFiles copyDesktopItems ];
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
@@ -82,7 +82,7 @@ rustPlatform.buildRustPackage rec {
description = "Arbitrary-precision unit-aware calculator";
homepage = "https://github.com/printfn/fend";
changelog = "https://github.com/printfn/fend/releases/tag/v${version}";
license = licenses.mit;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ djanatyn liff ];
mainProgram = "fend";
};