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