From e4c8b2da5cdb0a13b5a2f51182b8e6e0f96a43d8 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 23 Oct 2023 12:08:37 -0400 Subject: [PATCH] git-mit: 5.12.163 -> 5.12.164 Diff: https://github.com/PurpleBooth/git-mit/compare/v5.12.163...v5.12.164 Changelog: https://github.com/PurpleBooth/git-mit/releases/tag/v5.12.164 --- 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 bc51f3175e0c..1da2437822df 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.163"; + version = "5.12.164"; in rustPlatform.buildRustPackage { pname = "git-mit"; @@ -20,10 +20,10 @@ rustPlatform.buildRustPackage { owner = "PurpleBooth"; repo = "git-mit"; rev = "v${version}"; - hash = "sha256-Vntwh3YVi6W5eoO0lgMkwMu6EhNhtZDSrkoIze8gBDs="; + hash = "sha256-egK/C4pSNOS1vvn+HkgWVyNbQONiBYA5AZWP4/CT9Q0="; }; - cargoHash = "sha256-l+fABvV3nBTUqd6oA6/b7mHIi9LObrsL7beEEveKxgU="; + cargoHash = "sha256-NyRvYkvswfwCHnvLw21EhnY6pkCIBMImZPRtNYnT5c4="; nativeBuildInputs = [ pkg-config ];