3
0
Fork 0
forked from mirrors/nixpkgs

fend: 1.3.3 -> 1.4.0

Also update license to GPLv3+
This commit is contained in:
R. Ryantm 2023-12-31 22:01:02 +00:00 committed by Tom Bereknyei
parent e5f6890469
commit 6115d4af56

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";
};