Merge pull request #226037 from figsoda/git-dive

authored by figsoda and committed by GitHub 338a2289 10a29e15

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