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

bear: 3.0.12 -> 3.0.13
This commit is contained in:
Ryan Mulligan 2021-06-28 12:38:44 -07:00 committed by GitHub
commit e87001bbc0
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.12";
version = "3.0.13";
src = fetchFromGitHub {
owner = "rizsotto";
repo = pname;
rev = version;
sha256 = "0nalvmkl9iwbs4wbsacryrwr46vk3x6jzqj9v5wfyf6aim3s1szs";
sha256 = "sha256-oMrTH3GjxiLBKX0i3ZuV+bNqpA7PkoAQAb/08Q/uELs=";
};
nativeBuildInputs = [ cmake pkg-config ];