Skip to content

Commit b6700f4

Browse files
Update vvctl to 2026.2.1
- Update version to 2026.2.1 - Update SHA256 hash for x86_64-linux - Update flake.lock
1 parent b219eea commit b6700f4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
{
1515
packages.default = pkgs.stdenv.mkDerivation rec {
1616
pname = "vvctl";
17-
version = "2025.7.10"; # Updated by workflow
17+
version = "2026.2.1"; # Updated by workflow
1818

1919
src = pkgs.fetchurl {
2020
url = "https://github.com/ververica/vvctl/releases/download/${version}/vvctl-${version}-x86_64-unknown-linux-gnu.tar.gz";
21-
sha256 = "50aebd999f176136f2853a51215e138b50cc533c09a2797bfd09ef3836045c47"; # Updated by workflow
21+
sha256 = "338d1a3a0ac1435603befd78d3697b369aaf4426108cecddc85fa3494c6c9a1d"; # Updated by workflow
2222
};
2323

24-
sourceRoot = "vvctl-2025.7.10-x86_64-unknown-linux-gnu";
24+
sourceRoot = "vvctl-2026.2.1-x86_64-unknown-linux-gnu";
2525

2626
installPhase = ''
2727
runHook preInstall

0 commit comments

Comments
 (0)