scip: 0.3.2 -> 0.3.3

This commit is contained in:
R. Ryantm 2024-01-24 10:11:37 +00:00
parent 19f815760d
commit b27237a9c2

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=";