bazel_4: bump examples repo just in case
This commit is contained in:
parent
cd65145664
commit
2751275f1a
1 changed files with 2 additions and 2 deletions
|
@ -271,8 +271,8 @@ stdenv.mkDerivation rec {
|
||||||
bazel-examples = fetchFromGitHub {
|
bazel-examples = fetchFromGitHub {
|
||||||
owner = "bazelbuild";
|
owner = "bazelbuild";
|
||||||
repo = "examples";
|
repo = "examples";
|
||||||
rev = "5d8c8961a2516ebf875787df35e98cadd08d43dc";
|
rev = "4183fc709c26a00366665e2d60d70521dc0b405d";
|
||||||
sha256 = "03c1bwlq5bs3hg96v4g4pg2vqwhqq6w538h66rcpw02f83yy7fs8";
|
sha256 = "1mm4awx6sa0myiz9j4hwp71rpr7yh8vihf3zm15n2ii6xb82r31k";
|
||||||
};
|
};
|
||||||
|
|
||||||
in (if !stdenv.hostPlatform.isDarwin then {
|
in (if !stdenv.hostPlatform.isDarwin then {
|
||||||
|
|
Loading…
Reference in a new issue