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

panoply: 5.2.5 -> 5.2.6
This commit is contained in:
markuskowa
2023-05-02 09:00:48 +02:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "panoply";
version = "5.2.5";
version = "5.2.6";
src = fetchurl {
url = "https://www.giss.nasa.gov/tools/panoply/download/PanoplyJ-${version}.tgz";
sha256 = "sha256-FzLL4FCAT9iZ6YFlzc+D5LPg89L/s9dIum/DoFe61Es=";
sha256 = "sha256-C/FMR276qx7yo7UaZ3a794B3mDy1/mrrZiua2eaIoxg=";
};
nativeBuildInputs = [ makeWrapper ];