diff-so-fancy: 0.10.1 -> 0.11.1 (#17691)

authored by Miguel Madrid and committed by Franz Pletz bd20aaa7 42a71d02

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