Skip to content

Commit

Permalink
Fix liquibase-clickhouse brokenness with tools/database/liquibase
Browse files Browse the repository at this point in the history
The existing liquibase-clickhouse was compatible with liquibase
 4.17-4.22, but a recent upgrade to liquibase 4.23.0 broke things.
  • Loading branch information
daniel-awake authored and tm-drtina committed Mar 19, 2024
1 parent 66355ca commit b2366df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
pname = "liquibase-clickhouse";
version = "0.7.3-awake";
version = "0.7.3-awake1";

src = fetchMavenArtifact {
artifactId = "liquibase-clickhouse";
groupId = "com.mediarithmics";
sha256 = "sha256-Fm/n2uP5zlwWev5762/0yd/muaTtpcEAXoYJ7ZhHQaA=";
sha256 = "sha256-4zZjWmW2fejsX4Av/ZOfcFhDKCwJyRVM7qScvxR58CU=";
classifier = "shaded";
repos = [
"https://artifactory.infra.corp.arista.io/artifactory/awake-ndr-third-party-patched/"
Expand Down

0 comments on commit b2366df

Please sign in to comment.