forked from mirrors/nixpkgs
libaccounts-glib: 1.18 → 1.23
This commit is contained in:
parent
59e222eaba
commit
66c5f850e0
|
@ -1,13 +1,13 @@
|
||||||
{ stdenv, fetchFromGitLab, autoconf, automake, glib
|
{ stdenv, fetchFromGitLab, autoconf, automake, glib
|
||||||
, gtk_doc, libtool, libxml2, libxslt, pkgconfig, sqlite }:
|
, gtk_doc, libtool, libxml2, libxslt, pkgconfig, sqlite }:
|
||||||
|
|
||||||
let version = "1.18"; in
|
let version = "1.23"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libaccounts-glib-${version}";
|
name = "libaccounts-glib-${version}";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
sha256 = "02p23vrqhw2l2w6nrwlk4bqxf7z9kplkc2d43716x9xakxr291km";
|
sha256 = "11cvl3ch0y93756k90mw1swqv0ylr8qgalmvcn5yari8z4sg6cgg";
|
||||||
rev = version;
|
rev = "VERSION_${version}";
|
||||||
repo = "libaccounts-glib";
|
repo = "libaccounts-glib";
|
||||||
owner = "accounts-sso";
|
owner = "accounts-sso";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue