libqb: 2.0.2 -> 2.0.3

This commit is contained in:
R. RyanTM 2021-03-04 18:13:32 +00:00 committed by Jonathan Ringer
parent ed794cd654
commit bd526f897e

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libqb";
version = "2.0.2";
version = "2.0.3";
src = fetchFromGitHub {
owner = "ClusterLabs";
repo = pname;
rev = "v${version}";
sha256 = "1gpfcz84igqncky09hdibxmzapzl37y8914avgq89rsizynj1wsm";
sha256 = "sha256-a9CnqfrQUL0DdPPOJjfh9tQ0O8iRHPP3iBmy3MKvt/0=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];