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

panoply: 5.3.3 -> 5.3.4
This commit is contained in:
markuskowa 2024-03-29 12:40:16 +01:00 committed by GitHub
commit 662f469cc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "panoply";
version = "5.3.3";
version = "5.3.4";
src = fetchurl {
url = "https://www.giss.nasa.gov/tools/panoply/download/PanoplyJ-${version}.tgz";
sha256 = "sha256-h2MJqbouPSciOdChLNIskYm3YLpJYK9gjTDB8StmBqg=";
sha256 = "sha256-v7ieTtm2W8Sc/zhQ7QPh8rkMUgaqgfGYYXc6Ly+9iMg=";
};
nativeBuildInputs = [ makeWrapper ];