Skip to content

Commit a1d2119

Browse files
authored
postgresqlPackages.pgrouting: 3.7.3 → 3.8.0 (#406167)
2 parents 5c61565 + 55116ee commit a1d2119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
postgresqlBuildExtension (finalAttrs: {
1212
pname = "pgrouting";
13-
version = "3.7.3";
13+
version = "3.8.0";
1414

1515
nativeBuildInputs = [
1616
cmake
@@ -22,7 +22,7 @@ postgresqlBuildExtension (finalAttrs: {
2222
owner = "pgRouting";
2323
repo = "pgrouting";
2424
tag = "v${finalAttrs.version}";
25-
hash = "sha256-jaevnDCJ6hRQeDhdAkvMTvnnFWElMNvo9gZRW53proQ=";
25+
hash = "sha256-Lvf7TQ3GywbzZmcd9wi3s8I5sCXIQAPeXNTRk/J46to=";
2626
};
2727

2828
meta = {

0 commit comments

Comments
 (0)