From 680f04a9930fa0b9572abda5a9429cb2b1c77655 Mon Sep 17 00:00:00 2001 From: P Date: Sun, 14 Aug 2022 18:48:03 -0600 Subject: dhallPackages.dhall-cloudformation: init at 0.9.64 (#183813) --- pkgs/development/dhall-modules/dhall-cloudformation.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pkgs/development/dhall-modules/dhall-cloudformation.nix (limited to 'pkgs/development/dhall-modules') diff --git a/pkgs/development/dhall-modules/dhall-cloudformation.nix b/pkgs/development/dhall-modules/dhall-cloudformation.nix new file mode 100644 index 00000000000..e99fbc3b317 --- /dev/null +++ b/pkgs/development/dhall-modules/dhall-cloudformation.nix @@ -0,0 +1,14 @@ +{ 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 ]; +} -- cgit 1.4.1