Merge pull request #283458 from r-ryantm/auto-update/scip

scip: 0.3.2 -> 0.3.3
This commit is contained in:
figsoda 2024-01-24 12:09:28 -05:00 committed by GitHub
commit 5c567900f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "scip";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "sourcegraph";
repo = "scip";
rev = "v${version}";
hash = "sha256-lZ3W2Z69P5QQN+PgF9+Apj/uEXWaTS+5QOg17m1mGPU=";
hash = "sha256-aSApi6fEKQP5bpuda2Zz6i/5xkyH+mxch803toJsZm8=";
};
vendorHash = "sha256-3Tq2cexcxHjaH6WIz2hneE1QeBSGoMINBncKbqxODxQ=";