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

bear: 2.4.0 -> 2.4.1
This commit is contained in:
Robin Gloster 2019-08-03 23:30:50 +00:00 committed by GitHub
commit fe1ee66bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "bear-${version}"; name = "bear-${version}";
version = "2.4.0"; version = "2.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rizsotto"; owner = "rizsotto";
repo = "Bear"; repo = "Bear";
rev = version; rev = version;
sha256 = "0r5mhacn8v4b2kjni91nxh3b6g86cbkrnlk4f6sj4mdrvx25dp39"; sha256 = "0fqhhavyz9ddjc3wgb2ng47bfgk1q4w5bwah74nsa02k8r22pbch";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];