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

This commit is contained in:
Sandro 2023-01-23 23:46:37 +01:00 committed by GitHub
commit 5c9fc8b44c
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.20";
version = "3.0.21";
src = fetchFromGitHub {
owner = "rizsotto";
repo = pname;
rev = version;
sha256 = "sha256-8hA0Y/AGczFwggxkTG7PQKOVnr2Oizx4OH38nS5jCU0=";
sha256 = "sha256-wT3s8CjgFPKrJiMWHWsvmUQwpuuS4figJZUXJn3RclU=";
};
nativeBuildInputs = [ cmake pkg-config ];