3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #104945 from r-ryantm/auto-update/bear

bear: 3.0.2 -> 3.0.3
This commit is contained in:
Mario Rodas 2020-11-25 19:13:42 -05:00 committed by GitHub
commit 088c6b07f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];