8 lines
167 B
Nix
8 lines
167 B
Nix
{ fetchgit, ... }:
|
|
|
|
fetchgit {
|
|
url = https://cgit.krebsco.de/krops;
|
|
rev = "refs/tags/v1.0.0";
|
|
sha256 = "0ahp3fxb3l1vcjylxw0cd0f4hfp98bxskkf3z9d37hl3m7v4pcb4";
|
|
}
|