Skip to content

Commit 67e9181

Browse files
committed
noaa-apt: 1.4.0 -> 1.4.1
1 parent 80f6852 commit 67e9181

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pkgs/by-name/no/noaa-apt/package.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,18 @@
1010
gtk3,
1111
openssl,
1212
pango,
13+
nix-update-script,
1314
}:
1415

1516
rustPlatform.buildRustPackage rec {
1617
pname = "noaa-apt";
17-
version = "1.4.0";
18+
version = "1.4.1";
1819

1920
src = fetchFromGitHub {
2021
owner = "martinber";
2122
repo = "noaa-apt";
2223
rev = "v${version}";
23-
sha256 = "sha256-wmjglF2+BFmlTfvqt90nbCxuldN8AEFXj7y9tgTvA2Y=";
24+
sha256 = "sha256-EGbUI9CPgP6Tff2kvIU7pfSlIvyF0yRLo/VlttUn3Rc=";
2425
};
2526

2627
nativeBuildInputs = [
@@ -37,7 +38,7 @@ rustPlatform.buildRustPackage rec {
3738
pango
3839
];
3940

40-
cargoHash = "sha256-du44N+G9/nN5YuOpkWXvr1VaSQfjCpZYJ8yDc48ATIU=";
41+
cargoHash = "sha256-ILsX0vZDV7L9R+pc3nh1fyadimlMED+wChydNxleKCY=";
4142

4243
preBuild = ''
4344
# Used by macro pointing to resource location at compile time.
@@ -55,6 +56,8 @@ rustPlatform.buildRustPackage rec {
5556
install -Dm644 -t $out/share/icons/hicolor/scalable/apps $src/debian/ar.com.mbernardi.noaa-apt.svg
5657
'';
5758

59+
passthru.updateScript = nix-update-script { };
60+
5861
meta = {
5962
description = "NOAA APT image decoder";
6063
homepage = "https://noaa-apt.mbernardi.com.ar/";

0 commit comments

Comments
 (0)