Merge pull request #208805 from figsoda/frawk

frawk: 0.4.6 -> 0.4.7
This commit is contained in:
figsoda 2023-01-03 14:30:12 -05:00 committed by GitHub
commit a0051de8aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
rustPlatform.buildRustPackage rec {
pname = "frawk";
version = "0.4.6";
version = "0.4.7";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-yEdfMikMcsQePxQL1+lma95O1x5z1B7aXAEf8apuGaU=";
sha256 = "sha256-fqOFFkw+mV9QLTH3K6Drk3kDqU4wrQTj7OQrtgYuD7M=";
};
cargoSha256 = "sha256-osi77Fx8jSfIvAIpThgPbnuJVF/Ydr2/+ROHcDG5ZbA=";
cargoSha256 = "sha256-G39/CESjMouwPQJBdsmd+MBusGNQmyNjw3PJSFBCdSk=";
buildInputs = [ libxml2 ncurses zlib ];
@ -36,8 +36,8 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A small programming language for writing short programs processing textual data";
homepage = "https://github.com/ezrosent/frawk";
changelog = "https://github.com/ezrosent/frawk/releases/tag/v${version}";
license = with licenses; [ mit /* or */ asl20 ];
maintainers = with maintainers; [ figsoda ];
platforms = platforms.x86;
};
}