Skip to content

Commit

Permalink
bear: 2.2.0 -> 2.2.1
Browse files Browse the repository at this point in the history
Taken from #20020.
  • Loading branch information
pschuprikov authored and vcunat committed Nov 2, 2016
1 parent 7f805a6 commit 6f17cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/bear/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "bear-${version}";
version = "2.2.0";
version = "2.2.1";

src = fetchFromGitHub {
owner = "rizsotto";
repo = "Bear";
rev = version;
sha256 = "08llfqg8y6d7vfwaw5plrk1rrqzs0ywi2ldnlwvy917603971rg0";
sha256 = "1rwar5nvvhfqws4nwyifaysqs3nxpphp48lx9mdg5n6l4z7drz0n";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 6f17cb1

Please sign in to comment.