mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
9 lines
170 B
Nix
9 lines
170 B
Nix
{ fetchFromGitHub }:
|
|
|
|
fetchFromGitHub {
|
|
owner = "soasme";
|
|
repo = "nim-markdown";
|
|
rev = "a661c26";
|
|
hash = "sha256-/GkCSOmg2JxQhiDS8vgnKIoKvVgld/uIilUHslvwMnk=";
|
|
}
|