Unverified Commit 2c6a8150 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

loccount: 2.15 -> 2.16 (#348215)

parents 5750d458 a9a629d2
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;