forked from mirrors/nixpkgs
8 lines
138 B
Nix
8 lines
138 B
Nix
{ fetchNimble }:
|
|
|
|
fetchNimble {
|
|
pname = "pixie";
|
|
version = "1.1.3";
|
|
hash = "sha256-xKIejVxOd19mblL1ZwpJH91dgKQS5g8U08EL8lGGelA=";
|
|
}
|