Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-17 06:22:23 +00:00
committed by GitHub
154 changed files with 1062 additions and 1089 deletions
@@ -63,6 +63,6 @@ in stdenv.mkDerivation rec {
homepage = "https://sourceforge.net/projects/lazpaint/";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ gnidorah ];
maintainers = with maintainers; [ ];
};
}
@@ -1,24 +1,21 @@
{ lib
, unstableGitUpdater
, buildGoModule
, fetchFromGitHub
}:
buildGoModule {
pname = "meme";
version = "unstable-2020-05-28";
buildGoModule rec {
pname = "meme-image-generator";
version = "1.0.1";
src = fetchFromGitHub {
owner = "nomad-software";
repo = "meme";
rev = "33a8b7d0de6996294a0464a605dacc17b26a6b02";
sha256 = "05h8d6pjszhr49xqg02nw94hm95kb7w1i7nw8jxi582fxxm2qbnm";
rev = "v${version}";
sha256 = "089r0v5az2d2njn0s3d3wd0861pcs4slg6zl0rj4cm1k5cj8yd1k";
};
vendorSha256 = null;
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {
description = "A command line utility for creating image macro style memes";
homepage = "https://github.com/nomad-software/meme";