forked from mirrors/nixpkgs
fend: 1.3.3 -> 1.4.0
Also update license to GPLv3+
This commit is contained in:
parent
e5f6890469
commit
6115d4af56
|
@ -16,16 +16,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "fend";
|
pname = "fend";
|
||||||
version = "1.3.3";
|
version = "1.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "printfn";
|
owner = "printfn";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-4N2MSs4Uhd0NcS57b6qIJd8ovnUVjLiLniMsHTdZHCo=";
|
sha256 = "sha256-s6b15FhVfEwsHtVt4bhd6LDxl/WW1PXlUrH2XFOTT5E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-Y8LfkFPM4MKxwW6xk93+vCASkVfsMp3GugjH/kIAvQ8=";
|
cargoHash = "sha256-Ilsv0mo7/4eEdRH3jWZXdF4LSYYdWr6gCvnMMAZn5j0=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pandoc installShellFiles copyDesktopItems ];
|
nativeBuildInputs = [ pandoc installShellFiles copyDesktopItems ];
|
||||||
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
|
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
|
||||||
|
@ -82,7 +82,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
description = "Arbitrary-precision unit-aware calculator";
|
description = "Arbitrary-precision unit-aware calculator";
|
||||||
homepage = "https://github.com/printfn/fend";
|
homepage = "https://github.com/printfn/fend";
|
||||||
changelog = "https://github.com/printfn/fend/releases/tag/v${version}";
|
changelog = "https://github.com/printfn/fend/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ djanatyn liff ];
|
maintainers = with maintainers; [ djanatyn liff ];
|
||||||
mainProgram = "fend";
|
mainProgram = "fend";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue