meme: use unstableGitUpdater
This commit is contained in:
parent
30c6b9793f
commit
86e91a15f3
@ -1,8 +1,12 @@
|
|||||||
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
{ stdenv
|
||||||
|
, buildGoPackage
|
||||||
|
, unstableGitUpdater
|
||||||
|
, fetchFromGitHub
|
||||||
|
}:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "meme-unstable";
|
pname = "meme";
|
||||||
version = "2017-09-10";
|
version = "unstable-2017-09-10";
|
||||||
|
|
||||||
owner = "nomad-software";
|
owner = "nomad-software";
|
||||||
repo = "meme";
|
repo = "meme";
|
||||||
@ -14,6 +18,8 @@ buildGoPackage rec {
|
|||||||
sha256 = "1gbsv1d58ck6mj89q31s5b0ppw51ab76yqgz39jgwqnkidvzdfly";
|
sha256 = "1gbsv1d58ck6mj89q31s5b0ppw51ab76yqgz39jgwqnkidvzdfly";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
passthru.updateScript = unstableGitUpdater { };
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A command line utility for creating image macro style memes";
|
description = "A command line utility for creating image macro style memes";
|
||||||
homepage = "https://github.com/nomad-software/meme";
|
homepage = "https://github.com/nomad-software/meme";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user