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