Skip to content

Commit 8c0e1df

Browse files
authored
panoply: 5.6.0 -> 5.6.1 (#405564)
2 parents 3bcad8d + 55cdb65 commit 8c0e1df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pa/panoply/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
stdenvNoCC.mkDerivation rec {
1010
pname = "panoply";
11-
version = "5.6.0";
11+
version = "5.6.1";
1212

1313
src = fetchurl {
1414
url = "https://www.giss.nasa.gov/tools/panoply/download/PanoplyJ-${version}.tgz";
15-
hash = "sha256-DEcD8ol1DaGMej5/TGHz7Otj/V2bXkP8uqK992FeqqY=";
15+
hash = "sha256-r3hKlBRpZe9HJws24cqoiiQmFlH6Abn++w5yEudgKfI=";
1616
};
1717

1818
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)