Commit 67268fda authored by R. RyanTM's avatar R. RyanTM
Browse files

panoply: 5.9.0 -> 5.9.1

parent d87c5662
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenvNoCC.mkDerivation rec {
  pname = "panoply";
  version = "5.9.0";
  version = "5.9.1";

  src = fetchurl {
    url = "https://www.giss.nasa.gov/tools/panoply/download/PanoplyJ-${version}.tgz";
    hash = "sha256-OCxplchCBx5hCbihg4WNu/RrcYBo5Jfdm1VDIr9swRU=";
    hash = "sha256-PwGbN/J4zXelzV1nSUqOtOyb7anh+aht46Ihza5aLCc=";
  };

  nativeBuildInputs = [ makeWrapper ];