nixpkgs/pkgs/development/dhall-modules/dhall-grafana.nix

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

12 lines
298 B
Nix
Raw Normal View History

{ buildDhallGitHubPackage, Prelude }:
2021-11-06 03:26:24 +00:00
buildDhallGitHubPackage {
name = "grafana";
owner = "weeezes";
repo = "dhall-grafana";
# 2022-07-10
rev = "49a3ee4801cf64f479e3f0bad839a5dd8e5b4932";
sha256 = "1i8b98xx20b73afkmr78l4x4ci3dk2sc737hxkcaxp3sgncwnz1b";
dependencies = [ Prelude ];
2021-11-06 03:26:24 +00:00
}