mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 18:42:15 +00:00
9 lines
168 B
Nix
9 lines
168 B
Nix
|
{ fetchFromGitHub }:
|
||
|
|
||
|
fetchFromGitHub {
|
||
|
owner = "disruptek";
|
||
|
repo = "frosty";
|
||
|
rev = "0.3.1";
|
||
|
sha256 = "0hd6484ihjgl57gmqyp5xfq5prycb49k0313fqky600mhz71nmyz";
|
||
|
}
|