We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bcad8d + 55cdb65 commit 8c0e1dfCopy full SHA for 8c0e1df
pkgs/by-name/pa/panoply/package.nix
@@ -8,11 +8,11 @@
8
9
stdenvNoCC.mkDerivation rec {
10
pname = "panoply";
11
- version = "5.6.0";
+ version = "5.6.1";
12
13
src = fetchurl {
14
url = "https://www.giss.nasa.gov/tools/panoply/download/PanoplyJ-${version}.tgz";
15
- hash = "sha256-DEcD8ol1DaGMej5/TGHz7Otj/V2bXkP8uqK992FeqqY=";
+ hash = "sha256-r3hKlBRpZe9HJws24cqoiiQmFlH6Abn++w5yEudgKfI=";
16
};
17
18
nativeBuildInputs = [ makeWrapper ];
0 commit comments