scip-go: 0.1.22 -> 0.1.23

This commit is contained in:
R. Ryantm
2025-03-18 09:41:26 +00:00
parent 92c1dd0110
commit 6c709bc703
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "scip-go";
version = "0.1.22";
version = "0.1.23";
src = fetchFromGitHub {
owner = "sourcegraph";
repo = "scip-go";
rev = "v${version}";
hash = "sha256-1vu6+0CMQwju+Ym0iYXqVktwfJtZFWbn7aOK/w5pVq4=";
hash = "sha256-/3+vTz/W1mmI2zlVQLW4wPd66zK7HpFb8VaLFuUPRhk=";
};
vendorHash = "sha256-E/1ubWGIx+sGC+owqw4nOkrwUFJfgTeqDNpH8HCwNhA=";