Skip to content

Commit

Permalink
[24.05] panoply: 5.4.1 -> 5.5.3 (#348069)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Oct 14, 2024
2 parents 9ce7e83 + c3d2266 commit 0a015d5
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.4.1";
version = "5.5.3";

src = fetchurl {
url = "https://www.giss.nasa.gov/tools/panoply/download/PanoplyJ-${version}.tgz";
sha256 = "sha256-C/9kFWDpv4bzqpsUcGpZn7P+fqU6teU39HibYhhva3o=";
hash = "sha256-TCuCLWMVp7t0JpHA6TbwUdURj/aBggzLa9I7llRY0TU=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 0a015d5

Please sign in to comment.