pikchr: unstable-2022-12-07 -> unstable-2023-08-30

+3 -4
+3 -4
pkgs/tools/graphics/pikchr/default.nix
··· 9 9 stdenv.mkDerivation { 10 10 pname = "pikchr"; 11 11 # To update, use the last check-in in https://pikchr.org/home/timeline?r=trunk 12 - version = "unstable-2022-12-07"; 12 + version = "unstable-2023-08-30"; 13 13 14 14 src = fetchfossil { 15 15 url = "https://pikchr.org/home"; 16 - rev = "21ca6b843d65c404"; 17 - sha256 = "sha256-fp06GqpLa/szRCS54KJ+SkT602oWvK3KyDFFjTmpNfI="; 16 + rev = "d6f80b1ab30654d5"; 17 + sha256 = "sha256-GEH1qFiMYmNFJnZzLG5rxpl+F7OSRMoVcdo94+mvrlY="; 18 18 }; 19 19 20 20 # can't open generated html files ··· 44 44 dontWrapTclBinaries = true; 45 45 46 46 doCheck = true; 47 - checkTarget = "test"; 48 47 49 48 meta = with lib; { 50 49 description = "A PIC-like markup language for diagrams in technical documentation";