gcab: 1.1 -> 1.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gcab/versions
This commit is contained in:
R. RyanTM 2018-12-16 00:07:56 -08:00 committed by Robin Gloster
parent f584316c12
commit 712c720985

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "gcab-${version}";
version = "1.1";
version = "1.2";
LC_ALL = "en_US.UTF-8";
src = fetchurl {
url = "mirror://gnome/sources/gcab/${version}/${name}.tar.xz";
sha256 = "0l19sr6pg0cfcddmi5n79d08mjjbhn427ip5jlsy9zddq9r24aqr";
sha256 = "038h5kk41si2hc9d9169rrlvp8xgsxq27kri7hv2vr39gvz9cbas";
};
nativeBuildInputs = [ meson ninja glibcLocales git pkgconfig vala gettext gobject-introspection ];