3
0
Fork 0
forked from mirrors/nixpkgs

c14: 2017-05-15 -> 0.3 (#38905)

This commit is contained in:
Alexandre Peyroux 2018-04-14 09:29:30 +02:00 committed by Jörg Thalheim
parent 4ce2af3e2a
commit 256b0b5a2d

View file

@ -1,17 +1,16 @@
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "c14-cli-unstable-${version}";
version = "2017-05-15";
rev = "97f437ef5133f73edd551c883db3076c76cb1f6b";
name = "c14-cli-${version}";
version = "0.3";
goPackagePath = "github.com/online-net/c14-cli";
src = fetchFromGitHub {
owner = "online-net";
repo = "c14-cli";
inherit rev;
sha256 = "1b44bh0zhh6rhw4d3nprnnxhjgaskl9kzp2cvwwyli5svhjxrfdj";
rev = "${version}";
sha256 = "0b1piviy6vvdbak8y8bc24rk3c1fi67vv3352pmnzvrhsar2r5yf";
};
goDeps = ./deps.nix;