tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pikchr: unstable-2022-12-07 -> unstable-2023-08-30
Daniel Nagy
2 years ago
8ddd0105
d090cd9a
+3
-4
1 changed file
expand all
collapse all
unified
split
pkgs
tools
graphics
pikchr
default.nix
+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
12
-
version = "unstable-2022-12-07";
12
12
+
version = "unstable-2023-08-30";
13
13
14
14
src = fetchfossil {
15
15
url = "https://pikchr.org/home";
16
16
-
rev = "21ca6b843d65c404";
17
17
-
sha256 = "sha256-fp06GqpLa/szRCS54KJ+SkT602oWvK3KyDFFjTmpNfI=";
16
16
+
rev = "d6f80b1ab30654d5";
17
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
47
-
checkTarget = "test";
48
47
49
48
meta = with lib; {
50
49
description = "A PIC-like markup language for diagrams in technical documentation";