c14: 2017-05-15 -> 0.3 (#38905)
This commit is contained in:
parent
4ce2af3e2a
commit
256b0b5a2d
@ -1,17 +1,16 @@
|
|||||||
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "c14-cli-unstable-${version}";
|
name = "c14-cli-${version}";
|
||||||
version = "2017-05-15";
|
version = "0.3";
|
||||||
rev = "97f437ef5133f73edd551c883db3076c76cb1f6b";
|
|
||||||
|
|
||||||
goPackagePath = "github.com/online-net/c14-cli";
|
goPackagePath = "github.com/online-net/c14-cli";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "online-net";
|
owner = "online-net";
|
||||||
repo = "c14-cli";
|
repo = "c14-cli";
|
||||||
inherit rev;
|
rev = "${version}";
|
||||||
sha256 = "1b44bh0zhh6rhw4d3nprnnxhjgaskl9kzp2cvwwyli5svhjxrfdj";
|
sha256 = "0b1piviy6vvdbak8y8bc24rk3c1fi67vv3352pmnzvrhsar2r5yf";
|
||||||
};
|
};
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user