src-cli: 6.4.0 -> 6.5.0 (#421975)

Co-authored-by: keegancsmith <keegancsmith@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-04 07:47:47 +00:00
committed by GitHub
co-authored by keegancsmith
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "src-cli";
version = "6.4.0";
version = "6.5.0";
src = fetchFromGitHub {
owner = "sourcegraph";
repo = "src-cli";
rev = version;
hash = "sha256-MAeL33uu53qtL8TC7YNHkeL/PG8t/Iv+P+ftqd/TTFI=";
hash = "sha256-ysSFmOIraDqVVHiBcVI98qjFh+8W76sVs60vvwMyh6M=";
};
vendorHash = "sha256-bpfDnVqJoJi9WhlA6TDWAhBRkbbQn1BHfnLJ8BTmhGM=";