Merge pull request #227993 from r-ryantm/auto-update/loccount

loccount: 2.14 -> 2.15
This commit is contained in:
Weijia Wang
2023-04-26 00:38:40 +03:00
committed by GitHub
@@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitLab, python3 }:
buildGoModule rec {
pname = "loccount";
version = "2.14";
version = "2.15";
src = fetchFromGitLab {
owner = "esr";
repo = "loccount";
rev = version;
hash = "sha256-9tzDNwWM4uzxC+xqM603l8EIqYrGUUvZgSe6r1EyHi8=";
hash = "sha256-IRDwxz/InF4okyfAzbK0PzZz+HMUwv5LgRthUUy3rus=";
};
vendorHash = null;