freetds: 1.4.10 -> 1.4.11

+2 -2
+2 -2
pkgs/development/libraries/freetds/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "freetds"; 11 - version = "1.4.10"; 11 + version = "1.4.11"; 12 12 13 13 src = fetchurl { 14 14 url = "https://www.freetds.org/files/stable/${pname}-${version}.tar.bz2"; 15 - hash = "sha256-x+ryJr3LHNwbIhaWUyzNJfTk53VCZaKXd6NAAIS95pg="; 15 + hash = "sha256-Vn986RPyIhkd2n4cIh1eJyo4cVL+9srL2Xdn/qaLYT4="; 16 16 }; 17 17 18 18 buildInputs = [