Skip to content

Commit

Permalink
panoply: 5.5.1 -> 5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Oct 1, 2024
1 parent ead3671 commit cc3453b
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.1";
version = "5.5.2";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit cc3453b

Please sign in to comment.