libqb: 0.17.1 -> 0.17.2
This commit is contained in:
parent
b038770579
commit
b49e2945f0
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
{ stdenv, fetchurl, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec{
|
||||
name = "libqb-0.17.1";
|
||||
name = "libqb-0.17.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://fedorahosted.org/releases/q/u/quarterback/${name}.tar.xz";
|
||||
sha256 = "0a9fy4hb6ixs875fbqw77dfj7519ixg27vg4yajyl87y7gw1a8bs";
|
||||
sha256 = "1zpl45p3n6dn1jgbsrrmccrmv2mvp8aqmnl0qxfjf7ymkrj9qhcs";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/clusterlabs/libqb;
|
||||
|
|
Loading…
Reference in a new issue