bear: 2.3.11 -> 2.3.12

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bear/versions.
This commit is contained in:
R. RyanTM 2018-08-08 20:26:21 -07:00
parent 20f1388c3f
commit ab5e09bb36

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "bear-${version}"; name = "bear-${version}";
version = "2.3.11"; version = "2.3.12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rizsotto"; owner = "rizsotto";
repo = "Bear"; repo = "Bear";
rev = version; rev = version;
sha256 = "0r6ykvclq9ws055ssd8w33dicmk5l9pisv0fpzkks700n8d3z9f3"; sha256 = "1zzz2yiiny9pm4h6ayb82xzxc2j5djcpf8va2wagcw92m7w6miqw";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];