postgresqlPackages.pgrouting: 3.6.1 -> 3.6.2

Diff: https://github.com/pgRouting/pgrouting/compare/v3.6.1...v3.6.2

Changelog: https://github.com/pgRouting/pgrouting/releases/tag/v3.6.2

+3 -3
+3 -3
pkgs/servers/sql/postgresql/ext/pgrouting.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "pgrouting"; 5 - version = "3.6.1"; 6 7 nativeBuildInputs = [ cmake perl ]; 8 buildInputs = [ postgresql boost ]; 9 10 src = fetchFromGitHub { 11 owner = "pgRouting"; 12 - repo = pname; 13 rev = "v${version}"; 14 - hash = "sha256-DyrBVGBLUkg0ODuHV3mCkyod2/hEtpZfLSvnrEQObaI="; 15 }; 16 17 installPhase = ''
··· 2 3 stdenv.mkDerivation rec { 4 pname = "pgrouting"; 5 + version = "3.6.2"; 6 7 nativeBuildInputs = [ cmake perl ]; 8 buildInputs = [ postgresql boost ]; 9 10 src = fetchFromGitHub { 11 owner = "pgRouting"; 12 + repo = "pgrouting"; 13 rev = "v${version}"; 14 + hash = "sha256-r+OkhieKTiOfYSnDbiy3p8V8cgb8I1+bneFwItDfDYo="; 15 }; 16 17 installPhase = ''