loccount: 2.14 -> 2.15
This commit is contained in:
parent
d5cc80cbc8
commit
d481521e6e
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
{ lib, buildGoModule, fetchFromGitLab, python3 }:
|
{ lib, buildGoModule, fetchFromGitLab, python3 }:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "loccount";
|
pname = "loccount";
|
||||||
version = "2.14";
|
version = "2.15";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "esr";
|
owner = "esr";
|
||||||
repo = "loccount";
|
repo = "loccount";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-9tzDNwWM4uzxC+xqM603l8EIqYrGUUvZgSe6r1EyHi8=";
|
hash = "sha256-IRDwxz/InF4okyfAzbK0PzZz+HMUwv5LgRthUUy3rus=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|
Loading…
Reference in a new issue