summary refs log tree commit diff
path: root/pkgs/tools/misc/zf/deps.nix
blob: 226dd9eaeb6a0d3925ed8c88c8de00e4c7523cb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# generated by zon2nix (https://github.com/nix-community/zon2nix)

{ linkFarm, fetchzip }:

linkFarm "zig-packages" [
  {
    name = "1220dee955839b7f267c1bb21e0ee60888c08f408c30f0722b243cabcc8cce8b7508";
    path = fetchzip {
      url = "https://codeberg.org/dude_the_builder/ziglyph/archive/v0.11.1.tar.gz";
      hash = "sha256-tpl4RyCcukKWZehlZf6t2n41gYFDyL27t7+bzcxHP7g=";
    };
  }
]