Merge pull request #259551 from r-ryantm/auto-update/meme-image-generator

meme-image-generator: 1.0.1 -> 1.0.2
This commit is contained in:
Mario Rodas 2023-10-07 06:30:11 -05:00 committed by GitHub
commit 5aa36b4b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "meme-image-generator";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "nomad-software";
repo = "meme";
rev = "v${version}";
hash = "sha256-MzSPJCszVEZkBvSbRzXR7AaDQOOjDQ2stKKJr8oGOSE=";
hash = "sha256-L+JpNg9X3RSNXTozv2H1n2JiQx75i9gFGaQmDFaMIf0=";
};
vendorHash = null;