madonctl: 0.1.0 -> 1.1.0
This commit is contained in:
parent
d6caa6b273
commit
ce301fd4ab
@ -2,18 +2,25 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "madonctl-${version}";
|
name = "madonctl-${version}";
|
||||||
version = "0.1.0";
|
version = "1.1.0";
|
||||||
rev = "8d14d4d0847fe200d11c0b3f7a6252da5e687078";
|
|
||||||
|
|
||||||
goPackagePath = "github.com/McKael/madonctl";
|
goPackagePath = "github.com/McKael/madonctl";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit rev;
|
|
||||||
owner = "McKael";
|
owner = "McKael";
|
||||||
repo = "madonctl";
|
repo = "madonctl";
|
||||||
sha256 = "1nd07frifkw21av9lczm12ffky10ycv9ya501mihm82c78jk1sn5";
|
rev = "v${version}";
|
||||||
|
sha256 = "1dnc1xaafhwhhf5afhb0wc2wbqq0s1r7qzj5k0xzc58my541gadc";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# How to update:
|
||||||
|
# go get -u github.com/McKael/madonctl
|
||||||
|
# cd $GOPATH/src/github.com/McKael/madonctl
|
||||||
|
# git checkout v<version-number>
|
||||||
|
# go2nix save
|
||||||
|
|
||||||
|
goDeps = ./deps.nix;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "CLI for the Mastodon social network API";
|
description = "CLI for the Mastodon social network API";
|
||||||
homepage = https://github.com/McKael/madonctl;
|
homepage = https://github.com/McKael/madonctl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user