xfce.ristretto: 0.11.0 -> 0.12.0

This commit is contained in:
José Romildo 2021-11-02 19:11:27 -03:00
parent 53cd7a5b81
commit 9e6f9e0697

View file

@ -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";
};