Loading pkgs/development/tools/misc/loccount/default.nix +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; Loading Loading
pkgs/development/tools/misc/loccount/default.nix +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; Loading