Skip to content

Commit

Permalink
panoply: 5.4.3 -> 5.5.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 8964f5a)
  • Loading branch information
r-ryantm authored and markuskowa committed Oct 11, 2024
1 parent 1fdcd1d commit d3352c0
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.3";
version = "5.5.0";

src = fetchurl {
url = "https://www.giss.nasa.gov/tools/panoply/download/PanoplyJ-${version}.tgz";
sha256 = "sha256-xey1Og0TEMgCc9Me/np7BGnUNYTz98gMFzLm2IcQHtw=";
sha256 = "sha256-dBWWKSNlmTWX7egOoWpp+kn5KYIMrIfHBA6SMIhWj+M=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit d3352c0

Please sign in to comment.