libsixel: 1.10.1 -> 1.10.3

Remove the libbsd dependency, as it is no longer used since
https://github.com/libsixel/libsixel/pull/34

+3 -12
+3 -12
pkgs/development/libraries/libsixel/default.nix
··· 3 3 , fetchFromGitHub 4 4 , meson 5 5 , ninja 6 - , libbsd 7 6 , gdk-pixbuf 8 7 , gd 9 8 , libjpeg 10 9 , pkg-config 11 - , fetchpatch 12 10 }: 13 11 stdenv.mkDerivation rec { 14 12 pname = "libsixel"; 15 - version = "1.10.1"; 13 + version = "1.10.3"; 16 14 17 15 src = fetchFromGitHub { 18 16 owner = "libsixel"; 19 17 repo = "libsixel"; 20 18 rev = "v${version}"; 21 - sha256 = "sha256-ACypJTFjXSzBjo4hQzUiJOqnaRaZnYX+/NublN9sbBo="; 19 + sha256 = "1nny4295ipy4ajcxmmh04c796hcds0y7z7rv3qd17mj70y8j0r2d"; 22 20 }; 23 21 24 - patches = [ 25 - (fetchpatch { 26 - url = "https://github.com/libsixel/libsixel/commit/4d3e53ee007f3b71f638875f9fabbba658b2ca8a.patch"; 27 - sha256 = "sha256-iDfsTyUczjtzV3pt1ZErbhVO2rMm2ZYKWSBl+ru+5HA="; 28 - }) 29 - ]; 30 - 31 22 buildInputs = [ 32 - libbsd gdk-pixbuf gd 23 + gdk-pixbuf gd 33 24 ]; 34 25 35 26 nativeBuildInputs = [