From d5db759557fb6ac579e79e8989328e8ddb31326b Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 16 Mar 2023 17:43:08 -0400 Subject: [PATCH] git-dive: 0.1.3 -> 0.1.4 Diff: https://github.com/gitext-rs/git-dive/compare/v0.1.3...v0.1.4 Changelog: https://github.com/gitext-rs/git-dive/blob/v0.1.4/CHANGELOG.md --- pkgs/applications/version-management/git-dive/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/version-management/git-dive/default.nix b/pkgs/applications/version-management/git-dive/default.nix index 3c3cb8be7014..78963ec05e95 100644 --- a/pkgs/applications/version-management/git-dive/default.nix +++ b/pkgs/applications/version-management/git-dive/default.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage rec { pname = "git-dive"; - version = "0.1.3"; + version = "0.1.4"; src = fetchFromGitHub { owner = "gitext-rs"; repo = "git-dive"; rev = "v${version}"; - hash = "sha256-zq594j/X74qzRSjbkd2lup/WqZXpTOecUYRVQGqpXug="; + hash = "sha256-nl6JEVOU5eDntPOItYCooBi3zx2ceyRLtelr97uYiOY="; }; - cargoHash = "sha256-f3hiAVno5BuPgqP1y9XtVQ/TJcnqwUnEOqaU/tTljTQ="; + cargoHash = "sha256-johUvl2hPlgn+2wgFJUR6/pR7lx1NzE4ralcjhVqkik="; nativeBuildInputs = [ pkg-config