Merge pull request #151530 from r-ryantm/auto-update/eccodes

eccodes: 2.23.0 -> 2.24.0

authored by Ryan Mulligan and committed by GitHub 00ee93ab d793a220

+2 -2
+2 -2
pkgs/development/libraries/eccodes/default.nix
··· 15 16 stdenv.mkDerivation rec { 17 pname = "eccodes"; 18 - version = "2.23.0"; 19 20 src = fetchurl { 21 url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz"; 22 - sha256 = "sha256-y9yFMlN+loLxqT3bA0QEFrZpBqTMJd7Dy9c5QNGUvww="; 23 }; 24 25 postPatch = ''
··· 15 16 stdenv.mkDerivation rec { 17 pname = "eccodes"; 18 + version = "2.24.0"; 19 20 src = fetchurl { 21 url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz"; 22 + sha256 = "sha256-MHrit59KfTF4mCS8od8UEvYMrWj0m/xJu8HUeA8+W5Y="; 23 }; 24 25 postPatch = ''