baobab: 3.32.0 → 3.34.0

This commit is contained in:
Tor Hedin Brønner 2019-09-09 19:33:30 +00:00
parent 0e341a35e5
commit 0a826ed116

View File

@ -4,13 +4,13 @@
let
pname = "baobab";
version = "3.32.0";
version = "3.34.0";
in stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "0b33s9bhpiffv5wl76cq2bbnqhvx3qs2vxyxmil5gcs583llqh9r";
sha256 = "01w6m5ylyqs4wslpjn1hg6n6ynwh3rghksak0qs8r9m6dm3dkss6";
};
nativeBuildInputs = [ meson ninja pkgconfig vala gettext itstool libxml2 desktop-file-utils wrapGAppsHook ];