src-cli: 6.0.0 -> 6.0.1

This commit is contained in:
R. Ryantm
2025-02-11 15:31:10 +00:00
parent b64b41e8d6
commit 81f2f16224
+2 -2
View File
@@ -11,13 +11,13 @@
buildGoModule rec {
pname = "src-cli";
version = "6.0.0";
version = "6.0.1";
src = fetchFromGitHub {
owner = "sourcegraph";
repo = "src-cli";
rev = version;
hash = "sha256-dl+tSUjGkSTNirG40zW2DBjzOIDD9hV0GBMSbTM/66Q=";
hash = "sha256-TL7QMfYZwukqaT1Kuzzzp2bvK34dMopC5pNhK/uGjPw=";
};
vendorHash = "sha256-nMIRu2MiSCbdkuDEhigX9TSS2OWCXSDI8YH+u2ifIBg=";