Merge pull request #169908 from r-ryantm/auto-update/libhandy

libhandy: 1.6.1 -> 1.6.2
This commit is contained in:
Jan Tojnar 2022-04-25 12:03:09 +02:00 committed by GitHub
commit 176abb96fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@
, xvfb-run
, gdk-pixbuf
, librsvg
, libxml2
, hicolor-icon-theme
, at-spi2-atk
, at-spi2-core
@ -25,7 +26,7 @@
stdenv.mkDerivation rec {
pname = "libhandy";
version = "1.6.1";
version = "1.6.2";
outputs = [
"out"
@ -38,7 +39,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-bqsDhEBNVr0bH6BZ2aCBF3d49q4ID/whIPKGVsp0YqQ=";
sha256 = "sha256-f6iaqoeWa20PX0700+/a9lTisB6ix84r1wMB0fn0LKM=";
};
nativeBuildInputs = [
@ -48,6 +49,8 @@ stdenv.mkDerivation rec {
ninja
pkg-config
vala
] ++ lib.optionals enableGlade [
libxml2 # for xmllint
];
buildInputs = [