Merge pull request #245147 from r-ryantm/auto-update/libqb

libqb: 2.0.7 -> 2.0.8
This commit is contained in:
Mario Rodas
2023-07-24 10:01:58 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libqb";
version = "2.0.7";
version = "2.0.8";
src = fetchFromGitHub {
owner = "ClusterLabs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Tfw5nGy3A3zLtVuyHn+8jzXPySRNwBx0opwkE+0k+RA=";
sha256 = "sha256-ZjxC7W4U8T68mZy/OvWj/e4W9pJIj2lVDoEjxXYr/G8=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];