Merge pull request #136584 from alyssais/bear

bear: 3.0.13 -> 3.0.14
This commit is contained in:
Timothy DeHerrera 2021-09-03 09:04:50 -06:00 committed by GitHub
commit c9b7098690
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "bear";
version = "3.0.13";
version = "3.0.14";
src = fetchFromGitHub {
owner = "rizsotto";
repo = pname;
rev = version;
sha256 = "sha256-oMrTH3GjxiLBKX0i3ZuV+bNqpA7PkoAQAb/08Q/uELs=";
sha256 = "0qy96dyd29bjvfhi46y30hli5cvshw8am0spvcv9v43660wbczd7";
};
nativeBuildInputs = [ cmake pkg-config ];