Merge pull request #34585 from calvertvl/upd_loccount_1.2

loccount: 1.1 -> 1.2
This commit is contained in:
Frederik Rietdijk 2018-02-04 12:31:50 +00:00 committed by GitHub
commit 575d8ba030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.1"; version = "1.2";
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 = "1wx31hraxics8x8w42jy5b10wdx1368zp2p6gplcfmpjssf9pacr"; sha256 = "18z7ai7wy2k9yd3w65d37apfqs3h9bc2c15y7v1bydppi44zfsdk";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {