git-chglog: 0.15.2 -> 0.15.4

+3 -3
+3 -3
pkgs/applications/version-management/git-chglog/default.nix
··· 2 3 buildGoModule rec { 4 pname = "git-chglog"; 5 - version = "0.15.2"; 6 7 src = fetchFromGitHub { 8 owner = "git-chglog"; 9 repo = "git-chglog"; 10 rev = "v${version}"; 11 - sha256 = "sha256-VB3JYXz50B/SkA/q1iET7p5uhArrF8JyhAWhcxLVsg8="; 12 }; 13 14 - vendorHash = "sha256-/5s9Dvce0JWu8DaUlrtnkN6N5esEmkFvOgq0tVLZGnM="; 15 16 ldflags = [ "-s" "-w" "-X=main.Version=v${version}" ]; 17
··· 2 3 buildGoModule rec { 4 pname = "git-chglog"; 5 + version = "0.15.4"; 6 7 src = fetchFromGitHub { 8 owner = "git-chglog"; 9 repo = "git-chglog"; 10 rev = "v${version}"; 11 + sha256 = "sha256-rTJn2vUrEnmG2japqCxHv3BR9MpmMfpMLO2FBP6ONbw="; 12 }; 13 14 + vendorHash = "sha256-skhEHpSnxOTZrL8XLlQZL3s224mg8XRINKJnatYCQko="; 15 16 ldflags = [ "-s" "-w" "-X=main.Version=v${version}" ]; 17