feh: 3.10.1 -> 3.10.2

gepbird.tngl.sh 34afff7c cec578e2

verified
+3 -12
+3 -12
pkgs/applications/graphics/feh/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, makeWrapper, fetchpatch 2 , xorg, imlib2, libjpeg, libpng 3 , curl, libexif, jpegexiforient, perl 4 , enableAutoreload ? !stdenv.hostPlatform.isDarwin }: 5 6 stdenv.mkDerivation rec { 7 pname = "feh"; 8 - version = "3.10.1"; 9 10 src = fetchFromGitHub { 11 owner = "derf"; 12 repo = pname; 13 rev = version; 14 - hash = "sha256-1dz04RcaoP79EoE+SsatXm2wMRCbNnmAzMECYk3y3jg="; 15 }; 16 - 17 - patches = [ 18 - # upstream PR: https://github.com/derf/feh/pull/723 19 - (fetchpatch { 20 - name = "fix-right-click-buffer-overflow.patch"; 21 - url = "https://github.com/derf/feh/commit/2c31f8863b80030e772a529ade519fc2fee4a991.patch"; 22 - sha256 = "sha256-sUWS06qt1d1AyGfqKb+1BzZslYxOzur4q0ePEHcTz1g="; 23 - }) 24 - ]; 25 26 outputs = [ "out" "man" "doc" ]; 27
··· 1 + { lib, stdenv, fetchFromGitHub, makeWrapper 2 , xorg, imlib2, libjpeg, libpng 3 , curl, libexif, jpegexiforient, perl 4 , enableAutoreload ? !stdenv.hostPlatform.isDarwin }: 5 6 stdenv.mkDerivation rec { 7 pname = "feh"; 8 + version = "3.10.2"; 9 10 src = fetchFromGitHub { 11 owner = "derf"; 12 repo = pname; 13 rev = version; 14 + hash = "sha256-378rhZhpcua3UbsY0OcGKGXdMIQCuG84YjJ9vfJhZVs="; 15 }; 16 17 outputs = [ "out" "man" "doc" ]; 18