summaryrefslogtreecommitdiffstats
path: root/pkgs/development/dhall-modules/dhall-cloudformation.nix
blob: cac5c4d4473652301d4ebf4901e22f9405c9b379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ buildDhallGitHubPackage, Prelude }:

let
  version = "0.9.64";

in
buildDhallGitHubPackage {
  name = "cloudformation";
  owner = "jcouyang";
  repo = "dhall-aws-cloudformation";
  rev = version;
  sha256 = "sha256-EDbMKHORYQOKoSrbErkUnsadDiYfK1ULbFhz3D5AcXc=";
  file = "package.dhall";
  dependencies = [ Prelude ];
}