8 stdenv.mkDerivation (finalAttrs: {
12 src = fetchFromGitHub {
15 rev = "V${finalAttrs.version}";
16 sha256 = "sha256-FvqpToIVYblpuRWeEaUA8MA2Bnp9dpqGquylnXevhX4=";
25 homepage = "https://github.com/dloebl/cgif";
26 description = "CGIF, a GIF encoder written in C";
27 license = lib.licenses.mit;
29 platforms = lib.platforms.unix;