mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 21:53:32 +00:00
9 lines
169 B
Nix
9 lines
169 B
Nix
{ fetchFromGitHub }:
|
|
|
|
fetchFromGitHub {
|
|
owner = "Araq";
|
|
repo = "packedjson";
|
|
rev = "7198cc8";
|
|
sha256 = "1ay2zd88q8hvpvigsg8h0y5vc65hk3lk0d48fy9hwg4lcng19mp1";
|
|
}
|