easyjson: 2018-06-06 -> 2018-07-30

This commit is contained in:
Okina Matara 2018-08-03 10:41:15 -05:00
parent 405e4fbea9
commit 8e690b6ffd

View File

@ -1,20 +1,19 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1 { stdenv, buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGoPackage, fetchgit }:
buildGoPackage rec { buildGoPackage rec {
name = "easyjson-unstable-${version}"; name = "easyjson-unstable-${version}";
version = "2018-06-06"; version = "2018-07-30";
rev = "3fdea8d05856a0c8df22ed4bc71b3219245e4485";
goPackagePath = "github.com/mailru/easyjson"; goPackagePath = "github.com/mailru/easyjson";
goDeps = ./deps.nix;
src = fetchgit { src = fetchFromGitHub {
inherit rev; owner = "mailru";
url = "https://github.com/mailru/easyjson"; repo = "easyjson";
sha256 = "0g3crph77yhv4ipdnwqc32z4cp87ahi4ikad5kyy6q4znnxliz74"; rev = "03f2033d19d5860aef995fe360ac7d395cd8ce65";
sha256 = "0r62ym6m1ijby7nwplq0gdnhak8in63njyisrwhr3xpx9vkira97";
}; };
goDeps = ./deps.nix; enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://github.com/mailru/easyjson"; homepage = "https://github.com/mailru/easyjson";