Merge pull request #28675 from calvertvl/update-loccount-1.1

loccount: 1.0 -> 1.1
This commit is contained in:
Jörg Thalheim 2017-08-29 11:56:23 +01:00 committed by GitHub
commit 6a875034dc
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, lib, buildGoPackage, fetchFromGitLab }: { stdenv, lib, buildGoPackage, fetchFromGitLab }:
buildGoPackage rec { buildGoPackage rec {
name = "loccount-${version}"; name = "loccount-${version}";
version = "1.0"; version = "1.1";
goPackagePath = "gitlab.com/esr/loccount"; goPackagePath = "gitlab.com/esr/loccount";
excludedPackages = "tests"; excludedPackages = "tests";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "esr"; owner = "esr";
repo = "loccount"; repo = "loccount";
rev = version; rev = version;
sha256 = "081wf7fckn76m4x0jwq4h2fsbhpb6f67dha77ni3p6wg7q6sihqx"; sha256 = "1wx31hraxics8x8w42jy5b10wdx1368zp2p6gplcfmpjssf9pacr";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {