Skip to content

Commit

Permalink
bear: 3.0.19 -> 3.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
leungbk committed Jul 23, 2022
1 parent 6a141ed commit 6f0279f
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 @@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
pname = "bear";
version = "3.0.19";
version = "3.0.20";

src = fetchFromGitHub {
owner = "rizsotto";
repo = pname;
rev = version;
sha256 = "sha256-Jj38dmzr8NDDMercfWyJrMFxGBSExCGPeG2IVEtnSxY=";
sha256 = "sha256-8hA0Y/AGczFwggxkTG7PQKOVnr2Oizx4OH38nS5jCU0=";
};

nativeBuildInputs = [ cmake pkg-config ];
Expand Down

0 comments on commit 6f0279f

Please sign in to comment.