about summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-mit
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-29 13:08:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-29 13:08:58 +0000
commit5b18f063b90f674cbdcf9099678f2eb5f4b2754e (patch)
treeafc522f27219d089463e11163684724379aec3d6 /pkgs/applications/version-management/git-mit
parent8cf34f783f4fa154880c53c8e17397a6560ece93 (diff)
git-mit: 5.12.197 -> 5.12.198
Diffstat (limited to 'pkgs/applications/version-management/git-mit')
-rw-r--r--pkgs/applications/version-management/git-mit/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/git-mit/default.nix b/pkgs/applications/version-management/git-mit/default.nix
index bdef9fe1ea7d9..508f416515ad8 100644
--- a/pkgs/applications/version-management/git-mit/default.nix
+++ b/pkgs/applications/version-management/git-mit/default.nix
@@ -10,7 +10,7 @@
 }:
 
 let
-  version = "5.12.197";
+  version = "5.12.198";
 in
 rustPlatform.buildRustPackage {
   pname = "git-mit";
@@ -20,10 +20,10 @@ rustPlatform.buildRustPackage {
     owner = "PurpleBooth";
     repo = "git-mit";
     rev = "v${version}";
-    hash = "sha256-Z03FDdlg1IBXHpurKr6RwmtZkaptyeQe+0lgKn/GTTQ=";
+    hash = "sha256-4tWgIwDmGZhMFTVT5VzmGj69zV8FGTV0yBHUy5Iu1Xw=";
   };
 
-  cargoHash = "sha256-V8TV8RM3T7DYqwNV/r5PkkJVtyAQLdY3BR3sz26phdY=";
+  cargoHash = "sha256-vKiCKcyB1Q2CNA4HpE8dc5gh+nlrz0VERIMaTGlDH5Y=";
 
   nativeBuildInputs = [ pkg-config ];