Merge pull request #271541 from r-ryantm/auto-update/panoply

panoply: 5.2.10 -> 5.3.0
This commit is contained in:
markuskowa 2023-12-03 13:04:03 +01:00 committed by GitHub
commit d5fbf93275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "panoply";
version = "5.2.10";
version = "5.3.0";
src = fetchurl {
url = "https://www.giss.nasa.gov/tools/panoply/download/PanoplyJ-${version}.tgz";
sha256 = "sha256-en/CAmk9Rj2MrUF5vfsZu1fUDJFaAifL7PYgUT3Uu8k=";
sha256 = "sha256-UU+CVLUSysDercLvPzDwO0f+w0DNgHmQ/JrC/MJ7Qtg=";
};
nativeBuildInputs = [ makeWrapper ];