File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1010 gtk3 ,
1111 openssl ,
1212 pango ,
13+ nix-update-script ,
1314} :
1415
1516rustPlatform . 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/" ;
You can’t perform that action at this time.
0 commit comments