src-cli: 6.4.0 -> 6.5.0

This commit is contained in:
R. Ryantm
2025-07-03 05:00:52 +00:00
parent d55716bb59
commit abe51e3279
+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=";