Merge pull request #199216 from markuskowa/upd-panoply

panoply: 5.2.1 -> 5.2.2
This commit is contained in:
markuskowa 2022-11-02 21:57:19 +01:00 committed by GitHub
commit 199409c7bd
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.1";
version = "5.2.2";
src = fetchurl {
url = "https://www.giss.nasa.gov/tools/panoply/download/PanoplyJ-${version}.tgz";
sha256 = "sha256-ukIH6hiWg8GMq28chfxIb2uHZaaymL9x/BhbFnIzw0Y=";
sha256 = "sha256-RIjdNfX4jsMwpgbE1aTzT6bysIFGUi33o5m030fF6mg=";
};
nativeBuildInputs = [ makeWrapper ];