Skip to content

Commit

Permalink
Merge pull request #104945 from r-ryantm/auto-update/bear
Browse files Browse the repository at this point in the history
bear: 3.0.2 -> 3.0.3
  • Loading branch information
marsam committed Nov 26, 2020
2 parents 8855075 + fdfc81b commit 088c6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/bear/default.nix
Expand Up @@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
pname = "bear";
version = "3.0.2";
version = "3.0.3";

src = fetchFromGitHub {
owner = "rizsotto";
repo = pname;
rev = version;
sha256 = "0x1an9sxcr0f45c9kdpgpcrc773cc28zsffbxddpqp0h1qh9s4ns";
sha256 = "1abx5h6xy0h3mz29ial5si8smkmjzla050d130pcc6dzr4ic642w";
};

nativeBuildInputs = [ cmake pkg-config ];
Expand Down

0 comments on commit 088c6b0

Please sign in to comment.