From ac24487a0d2b8855f18a175adacac297b5c2b935 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 6 Nov 2023 14:42:28 -0500 Subject: [PATCH] git-mit: 5.12.169 -> 5.12.171 Diff: https://github.com/PurpleBooth/git-mit/compare/v5.12.169...v5.12.171 Changelog: https://github.com/PurpleBooth/git-mit/releases/tag/v5.12.171 --- pkgs/applications/version-management/git-mit/default.nix | 6 +++--- 1 file 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 a7ab4f7e9900..0f630f049ba9 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.169"; + version = "5.12.171"; in rustPlatform.buildRustPackage { pname = "git-mit"; @@ -20,10 +20,10 @@ rustPlatform.buildRustPackage { owner = "PurpleBooth"; repo = "git-mit"; rev = "v${version}"; - hash = "sha256-+PBZZhWTm+as6eZjPq+dsUVBOIPN2qvj3zoqN2+xEmA="; + hash = "sha256-K2d12isOOPs8ba77VhQSXRHSYLZZIkZJlM9d3/G4nOo="; }; - cargoHash = "sha256-TQR9yAV4aYuMH36hvx7y47403V7h54yCed44heSkMd8="; + cargoHash = "sha256-m5b57dJ6IRJ10eJRF5lj2+WiNswHxj08LgXz7KJiTaw="; nativeBuildInputs = [ pkg-config ];