···23stdenv.mkDerivation rec {
4 name = "diff-so-fancy-${version}";
5- version = "0.10.1";
67 # perl is needed here so patchShebangs can do its job
8 buildInputs = [perl makeWrapper];
···11 owner = "so-fancy";
12 repo = "diff-so-fancy";
13 rev = "v${version}";
14- sha256 = "0wp5civn70jzil1gbygx6ccrxfrmc8xx90v7zgf36rqi2yhvv64m";
15 };
1617 buildPhase = null;
···23 # itself, so we are copying executable to lib, and only symlink it
24 # from bin/
25 cp diff-so-fancy $out/lib/diff-so-fancy
26- cp -r lib $out/lib/diff-so-fancy
27 ln -s $out/lib/diff-so-fancy/diff-so-fancy $out/bin
2829 # ncurses is needed for `tput`
···23stdenv.mkDerivation rec {
4 name = "diff-so-fancy-${version}";
5+ version = "0.11.1";
67 # perl is needed here so patchShebangs can do its job
8 buildInputs = [perl makeWrapper];
···11 owner = "so-fancy";
12 repo = "diff-so-fancy";
13 rev = "v${version}";
14+ sha256 = "1dw32c5i9mry6zr2a6h1369fhp1qbqimx04qgdmdnmn1imyck1h3";
15 };
1617 buildPhase = null;
···23 # itself, so we are copying executable to lib, and only symlink it
24 # from bin/
25 cp diff-so-fancy $out/lib/diff-so-fancy
26+ cp -r libexec $out/lib/diff-so-fancy
27 ln -s $out/lib/diff-so-fancy/diff-so-fancy $out/bin
2829 # ncurses is needed for `tput`