postgresqlPackages.postgis: sha256 -> hash

This commit is contained in:
Kirill Radzikhovskyy 2024-08-15 13:56:01 +10:00
parent d3c9639c75
commit b023a8a2f1

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz";
sha256 = "sha256-yMh0wAukqYSocDCva/lUSCFQIGCtRz1clvHU0INcWJI=";
hash = "sha256-yMh0wAukqYSocDCva/lUSCFQIGCtRz1clvHU0INcWJI=";
};
buildInputs = [