about summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@nextrem.ch>2024-06-04 22:36:17 +0200
committerGitHub <noreply@github.com>2024-06-04 22:36:17 +0200
commite710ea9931fde8df31b9242c20ecf2730110cc0e (patch)
treede0b8c5738f4fc4b85fb701baedc1c30604468c6 /pkgs/applications/version-management
parentbdaaf420a2d3a103576c4faa58bcb9998144aa51 (diff)
parentf5e5ce66efff5f6f710e306183b5ff38b60cd57d (diff)
Merge pull request #316925 from r-ryantm/auto-update/git-cliff
git-cliff: 2.2.2 -> 2.3.0
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/git-cliff/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/git-cliff/default.nix b/pkgs/applications/version-management/git-cliff/default.nix
index b8b5d480e39b5..37a8620d2143e 100644
--- a/pkgs/applications/version-management/git-cliff/default.nix
+++ b/pkgs/applications/version-management/git-cliff/default.nix
@@ -8,16 +8,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "git-cliff";
-  version = "2.2.2";
+  version = "2.3.0";
 
   src = fetchFromGitHub {
     owner = "orhun";
     repo = "git-cliff";
     rev = "v${version}";
-    hash = "sha256-e7DeGcavBgjnH2QY/nqRThYHKzhmbNxYPoOmMF+0I3s=";
+    hash = "sha256-iTjfFl/bTvyElCIpTj7dsVu3azUSwNTryyssHdCaODg=";
   };
 
-  cargoHash = "sha256-MaSqQD3SRuqiOj5hTHAMyTDj2xgboA5QIZEH7BAxjF4=";
+  cargoHash = "sha256-/Elb/hsk96E7D6TrLgbhD5cQhsXpDigNm5p9FpKGEUQ=";
 
   # attempts to run the program on .git in src which is not deterministic
   doCheck = false;