Skip to content

Commit

Permalink
panoply: 5.5.0 -> 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Sep 7, 2024
1 parent 9ae314d commit b6be74e
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.0";
version = "5.5.1";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit b6be74e

Please sign in to comment.