Skip to content

Commit

Permalink
Merge pull request NixOS#314459 from r-ryantm/auto-update/mssql_jdbc
Browse files Browse the repository at this point in the history
mssql_jdbc: 12.6.1 -> 12.6.2
  • Loading branch information
matthiasbeyer authored May 26, 2024
2 parents 32c609c + 989b3c9 commit a9d4d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/mssql/jdbc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "mssql-jdbc";
version = "12.6.1";
version = "12.6.2";

src = fetchurl {
url = "https://github.com/Microsoft/mssql-jdbc/releases/download/v${version}/mssql-jdbc-${version}.jre8.jar";
sha256 = "sha256-OtherTxRxxE57u20nl1sD7mpV6tcHD9qL/C1AJOm0Qw=";
sha256 = "sha256-PR6oWlbCLPtVUMspw+DrQ8VhjXu4Mgqlpx9kSKds7S0=";
};

dontUnpack = true;
Expand Down

0 comments on commit a9d4d8f

Please sign in to comment.