geeqie: 1.5.1 -> 1.6.0

+7 -6
+7 -6
pkgs/applications/graphics/geeqie/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 pname = "geeqie"; 8 - version = "1.5.1"; 9 10 src = fetchurl { 11 - url = "http://geeqie.org/${pname}-${version}.tar.xz"; 12 - sha256 = "02m1vqaasin249xx792cdj11xyag8lnanwzxd108y7y34g9xam28"; 13 }; 14 15 patches = [ ··· 23 24 preConfigure = "./autogen.sh"; 25 26 - nativeBuildInputs = [ pkg-config autoconf automake gettext intltool 27 - wrapGAppsHook 28 - ]; 29 30 buildInputs = [ 31 gtk3 lcms2 exiv2 libchamplain clutter-gtk ffmpegthumbnailer fbida
··· 5 6 stdenv.mkDerivation rec { 7 pname = "geeqie"; 8 + version = "1.6.0"; 9 10 src = fetchurl { 11 + url = "https://github.com/BestImageViewer/geeqie/archive/refs/tags/v1.6.tar.gz"; 12 + sha256 = "0ky248j6n8hszkwwi949i1ypm2l5444byaspaa6564d9rpij01aj"; 13 }; 14 15 patches = [ ··· 23 24 preConfigure = "./autogen.sh"; 25 26 + nativeBuildInputs = 27 + [ pkg-config autoconf automake gettext intltool 28 + wrapGAppsHook 29 + ]; 30 31 buildInputs = [ 32 gtk3 lcms2 exiv2 libchamplain clutter-gtk ffmpegthumbnailer fbida