We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c61565 + 55116ee commit a1d2119Copy full SHA for a1d2119
pkgs/servers/sql/postgresql/ext/pgrouting.nix
@@ -10,7 +10,7 @@
10
11
postgresqlBuildExtension (finalAttrs: {
12
pname = "pgrouting";
13
- version = "3.7.3";
+ version = "3.8.0";
14
15
nativeBuildInputs = [
16
cmake
@@ -22,7 +22,7 @@ postgresqlBuildExtension (finalAttrs: {
22
owner = "pgRouting";
23
repo = "pgrouting";
24
tag = "v${finalAttrs.version}";
25
- hash = "sha256-jaevnDCJ6hRQeDhdAkvMTvnnFWElMNvo9gZRW53proQ=";
+ hash = "sha256-Lvf7TQ3GywbzZmcd9wi3s8I5sCXIQAPeXNTRk/J46to=";
26
};
27
28
meta = {
0 commit comments