Merge pull request #144292 from romildo/upd.ristretto

This commit is contained in:
Sandro
2021-11-03 00:02:31 +01:00
committed by GitHub
@@ -4,12 +4,14 @@
mkXfceDerivation {
category = "apps";
pname = "ristretto";
version = "0.11.0";
version = "0.12.0";
sha256 = "sha256-7hVoQ2cgWTTWMch9CSliAhRDh3qKrMzUaZeaN40l1x4=";
sha256 = "sha256-vf9OczDHG6iAd10BgbwfFG7uHBn3JnNT6AB/WGk40C8=";
buildInputs = [ glib gtk3 libexif libxfce4ui libxfce4util xfconf ];
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
meta = {
description = "A fast and lightweight picture-viewer for the Xfce desktop environment";
};