tvl-depot/third_party/naersk/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
277 B
Nix
Raw Normal View History

{ depot, ... }:
let inherit (depot.third_party) callPackage fetchFromGitHub;
in callPackage (fetchFromGitHub {
owner = "nmattia";
repo = "naersk";
2019-12-16 04:14:21 +01:00
rev = "551a2a63399589f97f503ddd8919f27bb2406354";
sha256 = "1jrrj4qjwgqa3yjyr0apsz8hlq28rv77ll2w4xmjg2wf4z2fgj0h";
}) {}