mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
psqlodbc: use mirror url
This commit is contained in:
parent
feb1150909
commit
87d72150e4
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
version = "16.00.0000";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://ftp.postgresql.org/pub/odbc/versions.old/src/${pname}-${version}.tar.gz";
|
||||
url = "mirror://postgresql/odbc/versions.old/src/${pname}-${version}.tar.gz";
|
||||
hash = "sha256-r9iS+J0uzujT87IxTxvVvy0CIBhyxuNDHlwxCW7KTIs=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user