Skip to content

Commit b023a8a

Browse files
committed
postgresqlPackages.postgis: sha256 -> hash
1 parent d3c9639 commit b023a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/servers/sql/postgresql/ext/postgis.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
3737

3838
src = fetchurl {
3939
url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz";
40-
sha256 = "sha256-yMh0wAukqYSocDCva/lUSCFQIGCtRz1clvHU0INcWJI=";
40+
hash = "sha256-yMh0wAukqYSocDCva/lUSCFQIGCtRz1clvHU0INcWJI=";
4141
};
4242

4343
buildInputs = [

0 commit comments

Comments
 (0)