Skip to content

Commit

Permalink
panoply: 5.5.2 -> 5.5.3
Browse files Browse the repository at this point in the history
(cherry picked from commit f31c369)
  • Loading branch information
markuskowa committed Oct 11, 2024
1 parent 9c863b1 commit c3d2266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/panoply/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenvNoCC.mkDerivation rec {
pname = "panoply";
version = "5.5.2";
version = "5.5.3";

src = fetchurl {
url = "https://www.giss.nasa.gov/tools/panoply/download/PanoplyJ-${version}.tgz";
hash = "sha256-ff7O3pW8/2CDXrd6CU+ygFeyNoGNCeTHIH7cdm+k8TE=";
hash = "sha256-TCuCLWMVp7t0JpHA6TbwUdURj/aBggzLa9I7llRY0TU=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit c3d2266

Please sign in to comment.