src-cli: 6.5.0 -> 6.6.0 (#427959)

Co-authored-by: keegancsmith <keegancsmith@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-24 07:51:34 +00:00
committed by GitHub
co-authored by keegancsmith
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "src-cli";
version = "6.5.0";
version = "6.6.0";
src = fetchFromGitHub {
owner = "sourcegraph";
repo = "src-cli";
rev = version;
hash = "sha256-ysSFmOIraDqVVHiBcVI98qjFh+8W76sVs60vvwMyh6M=";
hash = "sha256-9jqlbqZ62wds+VOt5OT9XYu/v6ETaYGCqY7qJu3UsWg=";
};
vendorHash = "sha256-bpfDnVqJoJi9WhlA6TDWAhBRkbbQn1BHfnLJ8BTmhGM=";