From cf3552902af2491d9612d4b8213a3065f287420b Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 30 Oct 2023 15:25:08 -0400 Subject: git-mit: 5.12.167 -> 5.12.169 Diff: https://github.com/PurpleBooth/git-mit/compare/v5.12.167...v5.12.169 Changelog: https://github.com/PurpleBooth/git-mit/releases/tag/v5.12.169 --- pkgs/applications/version-management/git-mit/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/version-management/git-mit') diff --git a/pkgs/applications/version-management/git-mit/default.nix b/pkgs/applications/version-management/git-mit/default.nix index ad9ae30cda5a..a7ab4f7e9900 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 ]; -- cgit 1.4.1