mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
valadoc: 0.36.1 → 0.36.2
https://gitlab.gnome.org/GNOME/valadoc/commits/0.36.2
This commit is contained in:
parent
ef9bb8dc4b
commit
85ea09bc99
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl, gnome3, automake, autoconf, which, libtool, pkgconfig, graphviz, glib, gobject-introspection, expat}:
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.36.1";
|
||||
version = "0.36.2";
|
||||
name = "valadoc-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/valadoc/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "07501k2j9c016bd7rfr6xzaxdplq7j9sd18b5ixbqdbipvn6whnv";
|
||||
sha256 = "0hfaskbm7y4z4jf6lxm8hg4c0b8621qn1gchxjxcngq0cpx79z9h";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ automake autoconf which gnome3.vala libtool pkgconfig gobject-introspection ];
|
||||
|
Loading…
Reference in New Issue
Block a user