Merge pull request #249450 from aaronjheng/meme-image-generator

meme-image-generator: use sri hash
This commit is contained in:
Nick Cao 2023-08-17 08:50:06 +08:00 committed by GitHub
commit ccc16c97fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,16 +11,15 @@ buildGoModule rec {
owner = "nomad-software";
repo = "meme";
rev = "v${version}";
sha256 = "089r0v5az2d2njn0s3d3wd0861pcs4slg6zl0rj4cm1k5cj8yd1k";
hash = "sha256-MzSPJCszVEZkBvSbRzXR7AaDQOOjDQ2stKKJr8oGOSE=";
};
vendorSha256 = null;
vendorHash = null;
meta = with lib; {
description = "A command line utility for creating image macro style memes";
homepage = "https://github.com/nomad-software/meme";
license = licenses.mit;
maintainers = [ maintainers.fgaz ];
platforms = with platforms; linux ++ darwin;
};
}