Skip to content

Commit 5c56790

Browse files
authored
Merge pull request #283458 from r-ryantm/auto-update/scip
scip: 0.3.2 -> 0.3.3
2 parents 86a3806 + b27237a commit 5c56790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/tools/misc/scip/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
buildGoModule rec {
99
pname = "scip";
10-
version = "0.3.2";
10+
version = "0.3.3";
1111

1212
src = fetchFromGitHub {
1313
owner = "sourcegraph";
1414
repo = "scip";
1515
rev = "v${version}";
16-
hash = "sha256-lZ3W2Z69P5QQN+PgF9+Apj/uEXWaTS+5QOg17m1mGPU=";
16+
hash = "sha256-aSApi6fEKQP5bpuda2Zz6i/5xkyH+mxch803toJsZm8=";
1717
};
1818

1919
vendorHash = "sha256-3Tq2cexcxHjaH6WIz2hneE1QeBSGoMINBncKbqxODxQ=";

0 commit comments

Comments
 (0)