3
0
Fork 0
forked from mirrors/nixpkgs

dhallPackages.dhall-cloudformation: init at 0.9.64 (#183813)

This commit is contained in:
P 2022-08-14 18:48:03 -06:00 committed by GitHub
parent 51c76421e5
commit 680f04a993
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View file

@ -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 ];
}

View file

@ -35,6 +35,8 @@ let
lib = import ../development/dhall-modules/lib.nix { inherit lib; };
dhall-cloudformation = callPackage ../development/dhall-modules/dhall-cloudformation.nix { };
dhall-grafana =
callPackage ../development/dhall-modules/dhall-grafana.nix { };