lol

fluxcd-operator-mcp: 0.23.0 -> 0.24.1 (#424770)

Co-authored-by: mattfield <mattfield@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
mattfield
and committed by
GitHub
69215f82 0c08ea04

+3 -3
+3 -3
pkgs/by-name/fl/fluxcd-operator-mcp/package.nix
··· 9 9 }: 10 10 buildGoModule (finalAttrs: { 11 11 pname = "fluxcd-operator-mcp"; 12 - version = "0.23.0"; 12 + version = "0.24.1"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "controlplaneio-fluxcd"; 16 16 repo = "fluxcd-operator"; 17 17 tag = "v${finalAttrs.version}"; 18 - hash = "sha256-pNJPP49yAZ5guo6fYRkICxuY5Hz6eaF6xmuoLx/CBHo="; 18 + hash = "sha256-/a/k2q1Qu/0Zz7qxBtGB27CZ5vKhqAAIDUknRT8dK04="; 19 19 }; 20 20 21 - vendorHash = "sha256-tTers8A4x8hS43/NIG2LH3mTWlGTkLBIPPk05mINsWg="; 21 + vendorHash = "sha256-tyYE/OdVUxqNP3Csukc2ctDchB9x2BdBYXYq9EsiFkg="; 22 22 23 23 ldflags = [ 24 24 "-s"