git-chglog 0.15.1 -> 0.15.2 https://repology.org/metapackage/git-chglog/versions attrpath: git-chglog Checking auto update branch... No auto update branch exists Old version 0.15.1" not present in master derivation file with contents: { lib, fetchFromGitHub, buildGoModule }: buildGoModule rec { pname = "git-chglog"; version = "0.15.2"; src = fetchFromGitHub { owner = "git-chglog"; repo = "git-chglog"; rev = "v${version}"; sha256 = "sha256-VB3JYXz50B/SkA/q1iET7p5uhArrF8JyhAWhcxLVsg8="; }; vendorHash = "sha256-/5s9Dvce0JWu8DaUlrtnkN6N5esEmkFvOgq0tVLZGnM="; ldflags = [ "-s" "-w" "-X=main.Version=v${version}" ]; subPackages = [ "cmd/git-chglog" ]; meta = with lib; { description = "CHANGELOG generator implemented in Go (Golang)"; homepage = "https://github.com/git-chglog/git-chglog"; license = licenses.mit; maintainers = with maintainers; [ ldenefle ]; }; }