11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "0858wn2p14bxpv9lvaz2bz1rk6zk0g8zgxf8iy595m8fqv4q2fya";
23 # https://github.com/eworm-de/xcur2png/pull/3
26 # fix byte overflows due to off-by-one error
28 url = "https://github.com/eworm-de/xcur2png/commit/aa035462d950fab35d322cb87fd2f0d702251e82.patch";
29 hash = "sha256-hlmJ/bcDSl1ADs0jp+JrAgAaMzielUSRVPad+plnSZg=";
33 # https://github.com/eworm-de/xcur2png/pull/4
35 url = "https://github.com/eworm-de/xcur2png/commit/6fb03957aba8aebc3dc98a479fff9cddf85b9e7b.patch";
36 hash = "sha256-COG4/MKfBAwQU5FqZeqEE4jJT4XII7AQ6ayRSuFcUmY=";
52 homepage = "https://github.com/eworm-de/xcur2png/releases";
53 description = "Convert X cursors to PNG images";
54 license = licenses.gpl3;
55 platforms = platforms.unix;
56 maintainers = with maintainers; [ romildo ];
57 mainProgram = "xcur2png";