bear: 2.3.12 -> 2.3.13 (#46308)
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:
parent
6f3ff5acc7
commit
79ba556020
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bear-${version}";
|
name = "bear-${version}";
|
||||||
version = "2.3.12";
|
version = "2.3.13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rizsotto";
|
owner = "rizsotto";
|
||||||
repo = "Bear";
|
repo = "Bear";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1zzz2yiiny9pm4h6ayb82xzxc2j5djcpf8va2wagcw92m7w6miqw";
|
sha256 = "0imvvs22gyr1v6ydgp5yn2nq8fb8llmz0ra1m733ikjaczl3jm7z";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user