scip-go: 0.1.24 -> 0.1.25 (#436192)

Co-authored-by: arikgrahl <arikgrahl@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-23 13:46:57 +00:00
committed by GitHub
co-authored by arikgrahl
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "scip-go";
version = "0.1.24";
version = "0.1.25";
src = fetchFromGitHub {
owner = "sourcegraph";
repo = "scip-go";
rev = "v${version}";
hash = "sha256-qHGJ6yD3mnhHnu/KOShFb7Gu31jBPtKiEjAkaRlWJpE=";
hash = "sha256-qzLDqHnZpJtdBZa/YOLZCiS+V52a1Lxc0TLsfSeRCG8=";
};
vendorHash = "sha256-E/1ubWGIx+sGC+owqw4nOkrwUFJfgTeqDNpH8HCwNhA=";
vendorHash = "sha256-J/97J/VXmQAYHu1qr9KiTUrB6/SVFcahihRatCKgaD8=";
ldflags = [
"-s"