git-dive: 0.1.5 -> 0.1.6

Diff: https://github.com/gitext-rs/git-dive/compare/v0.1.5...v0.1.6

Changelog: https://github.com/gitext-rs/git-dive/blob/v0.1.6/CHANGELOG.md

figsoda b346f81f a503b616

+3 -3
+3 -3
pkgs/applications/version-management/git-dive/default.nix
··· 13 14 rustPlatform.buildRustPackage rec { 15 pname = "git-dive"; 16 - version = "0.1.5"; 17 18 src = fetchFromGitHub { 19 owner = "gitext-rs"; 20 repo = "git-dive"; 21 rev = "v${version}"; 22 - hash = "sha256-LOvrPId/GBWPq73hdCdaMNKH7K7cmGmlkepkQiwGC60="; 23 }; 24 25 - cargoHash = "sha256-JDybjIUjj9ivJ5hJJB9bvGB18TdwEXQZfKfXPkyopK0="; 26 27 nativeBuildInputs = [ 28 pkg-config
··· 13 14 rustPlatform.buildRustPackage rec { 15 pname = "git-dive"; 16 + version = "0.1.6"; 17 18 src = fetchFromGitHub { 19 owner = "gitext-rs"; 20 repo = "git-dive"; 21 rev = "v${version}"; 22 + hash = "sha256-sy2qNFn8JLE173HVWfFXBx21jcx4kpFMwi9a0m38lso="; 23 }; 24 25 + cargoHash = "sha256-Z3TgVunC/qNzUe0X9xIg3fTFXFk2w9yDA+EskSCg0Qo="; 26 27 nativeBuildInputs = [ 28 pkg-config