Skip to content

Commit b2366df

Browse files
daniel-awaketm-drtina
authored andcommitted
Fix liquibase-clickhouse brokenness with tools/database/liquibase
The existing liquibase-clickhouse was compatible with liquibase 4.17-4.22, but a recent upgrade to liquibase 4.23.0 broke things.
1 parent 66355ca commit b2366df

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/java-modules/liquibase_clickhouse

1 file changed

+2
-2
lines changed

pkgs/development/java-modules/liquibase_clickhouse/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
stdenv.mkDerivation rec {
44
pname = "liquibase-clickhouse";
5-
version = "0.7.3-awake";
5+
version = "0.7.3-awake1";
66

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

0 commit comments

Comments
 (0)