Merge pull request #217101 from r-ryantm/auto-update/git-chglog

git-chglog: 0.15.2 -> 0.15.4
This commit is contained in:
Mario Rodas 2023-02-19 12:53:29 -05:00 committed by GitHub
commit 01a88ede6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "git-chglog";
version = "0.15.2";
version = "0.15.4";
src = fetchFromGitHub {
owner = "git-chglog";
repo = "git-chglog";
rev = "v${version}";
sha256 = "sha256-VB3JYXz50B/SkA/q1iET7p5uhArrF8JyhAWhcxLVsg8=";
sha256 = "sha256-rTJn2vUrEnmG2japqCxHv3BR9MpmMfpMLO2FBP6ONbw=";
};
vendorHash = "sha256-/5s9Dvce0JWu8DaUlrtnkN6N5esEmkFvOgq0tVLZGnM=";
vendorHash = "sha256-skhEHpSnxOTZrL8XLlQZL3s224mg8XRINKJnatYCQko=";
ldflags = [ "-s" "-w" "-X=main.Version=v${version}" ];