bear: 3.0.1 -> 3.0.2

This commit is contained in:
R. RyanTM 2020-11-10 22:20:26 +00:00
parent 379aaa1e0c
commit 376405314f

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "bear";
version = "3.0.1";
version = "3.0.2";
src = fetchFromGitHub {
owner = "rizsotto";
repo = pname;
rev = version;
sha256 = "02vzlm48ywf6s3fly19j94k11dqx94x8pgmkq1ylx3z3d1y3b5zb";
sha256 = "0x1an9sxcr0f45c9kdpgpcrc773cc28zsffbxddpqp0h1qh9s4ns";
};
nativeBuildInputs = [ cmake pkg-config ];