about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-01-29 16:07:29 +0800
committerGitHub <noreply@github.com>2023-01-29 16:07:29 +0800
commitb380cec82942e18966a2d4925048c3550fe3a777 (patch)
tree11ab0fa3cd153137f3e180820d038659e96e6517 /pkgs
parent5e289e726952cb9595066b522f0af66cf5e233fb (diff)
parent9e36180b8b769dfe2c9c78ade61b61b0c7d72458 (diff)
Merge pull request #213310 from r-ryantm/auto-update/git-chglog
git-chglog: 0.15.1 -> 0.15.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/version-management/git-chglog/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/git-chglog/default.nix b/pkgs/applications/version-management/git-chglog/default.nix
index b427acf960ec7..6259bad880639 100644
--- a/pkgs/applications/version-management/git-chglog/default.nix
+++ b/pkgs/applications/version-management/git-chglog/default.nix
@@ -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}" ];