meme: rename to meme-image-generator, unstable-2020-05-28 -> 1.0.1 (#120079)
This commit is contained in:
parent
4e60302dbe
commit
6e80cf8238
3 changed files with 7 additions and 9 deletions
|
@ -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";
|
|
@ -440,6 +440,7 @@ mapAliases ({
|
|||
mathics = throw "mathics has been removed from nixpkgs, as it's unmaintained"; # added 2020-08-15
|
||||
matrique = spectral; # added 2020-01-27
|
||||
mbedtls_1_3 = throw "mbedtls_1_3 is end of life, see https://tls.mbed.org/kb/how-to/upgrade-2.0"; # added 2019-12-08
|
||||
meme = meme-image-generator; # added 2021-04-21
|
||||
mess = mame; # added 2019-10-30
|
||||
mcgrid = throw "mcgrid has been removed from nixpkgs, as it's not compatible with rivet 3"; # added 2020-05-23
|
||||
mcomix = throw "mcomix has been removed from nixpkgs, as it's unmaintained; try mcomix3 a Python 3 fork"; # added 2019-12-10, modified 2020-11-25
|
||||
|
|
|
@ -24755,7 +24755,7 @@ in
|
|||
|
||||
melonDS = libsForQt5.callPackage ../misc/emulators/melonDS { };
|
||||
|
||||
meme = callPackage ../applications/graphics/meme { };
|
||||
meme-image-generator = callPackage ../applications/graphics/meme-image-generator { };
|
||||
|
||||
meme-suite = callPackage ../applications/science/biology/meme-suite { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue