Commit a9a629d2 authored by R. RyanTM's avatar R. RyanTM
Browse files

loccount: 2.15 -> 2.16

parent 5e9777ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, buildGoModule, fetchFromGitLab, python3 }:
buildGoModule rec {
  pname = "loccount";
  version = "2.15";
  version = "2.16";

  src = fetchFromGitLab {
    owner = "esr";
    repo = "loccount";
    rev = version;
    hash = "sha256-IRDwxz/InF4okyfAzbK0PzZz+HMUwv5LgRthUUy3rus=";
    hash = "sha256-uHX45KZO6R0tgTU10csKLiVYZZ/ea2V6BwhF6vfKKtA=";
  };

  vendorHash = null;