loccount: 2.14 -> 2.15

This commit is contained in:
R. Ryantm 2023-04-24 18:20:42 +00:00
parent d5cc80cbc8
commit d481521e6e

View file

@ -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;