mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
libgit2-glib: 0.25.0 -> 0.26.0
This commit is contained in:
parent
43934459fa
commit
711f260f71
@ -1,12 +1,14 @@
|
||||
{ stdenv, fetchurl, gnome3, libtool, pkgconfig, vala_0_32, libssh2
|
||||
{ stdenv, fetchurl, gnome3, libtool, pkgconfig, vala, libssh2
|
||||
, gtk_doc, gobjectIntrospection, libgit2, glib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
inherit (import ./src.nix fetchurl) name src;
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ gnome3.gnome_common libtool vala_0_32 libssh2
|
||||
gtk_doc gobjectIntrospection libgit2 glib ];
|
||||
nativeBuildInputs = [
|
||||
gnome3.gnome_common libtool pkgconfig vala gtk_doc gobjectIntrospection
|
||||
];
|
||||
|
||||
buildInputs = [ libssh2 libgit2 glib ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
platforms = platforms.linux;
|
||||
|
@ -1,12 +1,10 @@
|
||||
# Autogenerated by maintainers/scripts/gnome.sh update
|
||||
|
||||
fetchurl: rec {
|
||||
major = "0.25";
|
||||
minor = "0";
|
||||
name = "libgit2-glib-${major}.${minor}";
|
||||
fetchurl: {
|
||||
name = "libgit2-glib-0.26.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/libgit2-glib/${major}/${name}.tar.xz";
|
||||
sha256 = "0rf5gcr3khp35wj9ax9cbyq5j3iiwa1l0fi16w6sfgmrryd6n9aa";
|
||||
url = mirror://gnome/sources/libgit2-glib/0.26/libgit2-glib-0.26.0.tar.xz;
|
||||
sha256 = "06b16cfcc3a53d9804858618d690e5509e9af2e2245b75f0479cadbbe39745c3";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user