We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86a3806 + b27237a commit 5c56790Copy full SHA for 5c56790
pkgs/development/tools/misc/scip/default.nix
@@ -7,13 +7,13 @@
7
8
buildGoModule rec {
9
pname = "scip";
10
- version = "0.3.2";
+ version = "0.3.3";
11
12
src = fetchFromGitHub {
13
owner = "sourcegraph";
14
repo = "scip";
15
rev = "v${version}";
16
- hash = "sha256-lZ3W2Z69P5QQN+PgF9+Apj/uEXWaTS+5QOg17m1mGPU=";
+ hash = "sha256-aSApi6fEKQP5bpuda2Zz6i/5xkyH+mxch803toJsZm8=";
17
};
18
19
vendorHash = "sha256-3Tq2cexcxHjaH6WIz2hneE1QeBSGoMINBncKbqxODxQ=";
0 commit comments