about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-06 21:51:29 +0000
committerYt <happysalada@tuta.io>2023-09-07 00:30:19 +0000
commit037a0529fd0088e6de5e41a2fb2548985987701e (patch)
tree2839f988876d0cf89b2b1a5d95dcb526cec82025 /pkgs/development/tools
parent1ce066f6f9b7d2eaf4e68a463ebe3deeed69da9d (diff)
gptcommit: 0.5.11 -> 0.5.13
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/gptcommit/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/gptcommit/default.nix b/pkgs/development/tools/gptcommit/default.nix
index 28f4648cd3aa4..853e76a864fbc 100644
--- a/pkgs/development/tools/gptcommit/default.nix
+++ b/pkgs/development/tools/gptcommit/default.nix
@@ -10,7 +10,7 @@
 
 let
   pname = "gptcommit";
-  version = "0.5.11";
+  version = "0.5.13";
 in
 rustPlatform.buildRustPackage {
   inherit pname version;
@@ -19,10 +19,10 @@ rustPlatform.buildRustPackage {
     owner = "zurawiki";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-UUiqIwvZHV+WhzRc05sW/R3V+6ovL8+WoDOzz4chCq0=";
+    sha256 = "sha256-O0dqLN2wDXRIVcb9whlzK0BJOm/qhTH+nLpCwSUObng=";
   };
 
-  cargoSha256 = "sha256-YoNC1kaYItpnn9tzRh61Hn58XbA/LPWokqdbPDD3sq4=";
+  cargoSha256 = "sha256-JwwQaThefWhJVRJ/a0WfdKJqr/NHgll6D6Y2QaeqWsc=";
 
   nativeBuildInputs = [ pkg-config ];