about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-29 06:38:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-29 06:38:58 +0000
commit9e36180b8b769dfe2c9c78ade61b61b0c7d72458 (patch)
tree10700ae25c0b96af1490ca4fe9f695274799e838 /pkgs
parent8448a6eaaad4bc6de02602a12f7a94e1968abd30 (diff)
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}" ];