git-chglog: 0.15.1 -> 0.15.2

This commit is contained in:
R. Ryantm 2023-01-29 06:38:58 +00:00
parent 8448a6eaaa
commit 9e36180b8b

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "git-chglog";
version = "0.15.1";
version = "0.15.2";
src = fetchFromGitHub {
owner = "git-chglog";
repo = "git-chglog";
rev = "v${version}";
sha256 = "sha256-UlhJ004ceXpdB/9296cL2sbBYsjV8D+3YS1vmFgnko8=";
sha256 = "sha256-VB3JYXz50B/SkA/q1iET7p5uhArrF8JyhAWhcxLVsg8=";
};
vendorSha256 = "sha256-FLFPcmkrhZ+/UX1xpexsDv3cgC/Ocj4qTFJOX+rmdyQ=";
vendorHash = "sha256-/5s9Dvce0JWu8DaUlrtnkN6N5esEmkFvOgq0tVLZGnM=";
ldflags = [ "-s" "-w" "-X=main.Version=v${version}" ];