about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-30 19:21:11 -0500
committerGitHub <noreply@github.com>2023-10-30 19:21:11 -0500
commit7613491b70e6093ad402530ecf2f0458796974f0 (patch)
tree571b8498facffdad56463c57e9f11cf0ca6c25df /pkgs/applications
parent7ec72bb62aa05aee813834e75294597eda5f7358 (diff)
parentcf3552902af2491d9612d4b8213a3065f287420b (diff)
Merge pull request #263892 from figsoda/mit
git-mit: 5.12.167 -> 5.12.169
Diffstat (limited to 'pkgs/applications')
-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 ad9ae30cda5ae..a7ab4f7e9900b 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.167";
+  version = "5.12.169";
 in
 rustPlatform.buildRustPackage {
   pname = "git-mit";
@@ -20,10 +20,10 @@ rustPlatform.buildRustPackage {
     owner = "PurpleBooth";
     repo = "git-mit";
     rev = "v${version}";
-    hash = "sha256-tselj673Zkur0IAuOt0l/RffJiA6x2PYkdV+dCrNx+M=";
+    hash = "sha256-+PBZZhWTm+as6eZjPq+dsUVBOIPN2qvj3zoqN2+xEmA=";
   };
 
-  cargoHash = "sha256-t2u8umPy8fJLjbUEpkufE96n+FXcV0ZCVYrK0lNBhHA=";
+  cargoHash = "sha256-TQR9yAV4aYuMH36hvx7y47403V7h54yCed44heSkMd8=";
 
   nativeBuildInputs = [ pkg-config ];