Merge pull request #100510 from trepetti/noaa-apt-1.3.0

noaa-apt: 1.2.0 -> 1.3.0
This commit is contained in:
Timo Kaufmann 2020-10-29 18:43:35 +01:00 committed by GitHub
commit 105d3a7b01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "noaa-apt"; pname = "noaa-apt";
version = "1.2.0"; version = "1.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "martinber"; owner = "martinber";
repo = "noaa-apt"; repo = "noaa-apt";
rev = "v${version}"; rev = "v${version}";
sha256 = "0fqki4a9c54rixdz5bpswvn433f9saw6yazgw4av3xdd7g2fdvvj"; sha256 = "0fmbg6lw7lmm402hzddpzgi7y9mc6kic14x8rif7fampk20mv3ms";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
pango pango
]; ];
cargoSha256 = "1pzcq31inazmc9cz31fspzqkp0lpkjid8ai3g17sin1pfzby5jlh"; cargoSha256 = "0w4rbbz8lsh31xkgibzndiic47690nfcjrn1411dskf7ali6djy8";
preBuild = '' preBuild = ''
# Used by macro pointing to resource location at compile time. # Used by macro pointing to resource location at compile time.
@ -59,6 +59,7 @@ rustPlatform.buildRustPackage rec {
homepage = "http://noaa-apt.mbernardi.com.ar/"; homepage = "http://noaa-apt.mbernardi.com.ar/";
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = with maintainers; [ trepetti ]; maintainers = with maintainers; [ trepetti ];
platforms = platforms.all;
changelog = "https://github.com/martinber/noaa-apt/releases/tag/v${version}"; changelog = "https://github.com/martinber/noaa-apt/releases/tag/v${version}";
}; };
} }