bear: 3.0.2 -> 3.0.3

This commit is contained in:
R. RyanTM 2020-11-25 22:38:25 +00:00
parent 28ee64cd0d
commit fdfc81bd44

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