mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 02:03:01 +00:00
8 lines
138 B
Nix
8 lines
138 B
Nix
{ fetchNimble }:
|
|
|
|
fetchNimble {
|
|
pname = "pixie";
|
|
version = "1.1.3";
|
|
hash = "sha256-xKIejVxOd19mblL1ZwpJH91dgKQS5g8U08EL8lGGelA=";
|
|
}
|