scip: 0.3.3 -> 0.4.0

This commit is contained in:
R. Ryantm 2024-06-11 15:24:41 +00:00
parent d51f8579f0
commit 921ea9a6c6

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "scip";
version = "0.3.3";
version = "0.4.0";
src = fetchFromGitHub {
owner = "sourcegraph";
repo = "scip";
rev = "v${version}";
hash = "sha256-aSApi6fEKQP5bpuda2Zz6i/5xkyH+mxch803toJsZm8=";
hash = "sha256-o7DWSFd3rPSAOmhTvtI9X0tySNhDL7Jh7iDW8eIYn3w=";
};
vendorHash = "sha256-3Tq2cexcxHjaH6WIz2hneE1QeBSGoMINBncKbqxODxQ=";
vendorHash = "sha256-iFlbZvbj30UpgxJdndpLYcUZSTLQAO2MqJGb/6hO8Uc=";
ldflags = [
"-s"