Commit 256b0b5a authored by Alexandre Peyroux's avatar Alexandre Peyroux Committed by Jörg Thalheim
Browse files

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

parent 4ce2af3e
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
{ 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;