Merge pull request #303834 from r-ryantm/auto-update/gitoxide

gitoxide: 0.34.0 -> 0.35.0

authored by Matthias Beyer and committed by GitHub aedb247a be749f51

+3 -3
+3 -3
pkgs/applications/version-management/gitoxide/default.nix
··· 18 gix = "${stdenv.hostPlatform.emulator buildPackages} $out/bin/gix"; 19 in rustPlatform.buildRustPackage rec { 20 pname = "gitoxide"; 21 - version = "0.34.0"; 22 23 src = fetchFromGitHub { 24 owner = "Byron"; 25 repo = "gitoxide"; 26 rev = "v${version}"; 27 - hash = "sha256-CHlLValZnO5Jd7boMWnK9bYCSjjM4Dj6xvn6tBlvP8c="; 28 }; 29 30 - cargoHash = "sha256-7nc6eIuY08nTeHMVwKukOdd0zP6xbUPo7NcZ8EEGUNI="; 31 32 nativeBuildInputs = [ cmake pkg-config installShellFiles ]; 33
··· 18 gix = "${stdenv.hostPlatform.emulator buildPackages} $out/bin/gix"; 19 in rustPlatform.buildRustPackage rec { 20 pname = "gitoxide"; 21 + version = "0.35.0"; 22 23 src = fetchFromGitHub { 24 owner = "Byron"; 25 repo = "gitoxide"; 26 rev = "v${version}"; 27 + hash = "sha256-Sl7nNYoiCdTZ50tIfJcq5x9KOBkgJsb5bq09chWbyQc="; 28 }; 29 30 + cargoHash = "sha256-G1NWRkhcmFrcHaIxQ7nzvRejPZUuZQDiNonZykkt4qM="; 31 32 nativeBuildInputs = [ cmake pkg-config installShellFiles ]; 33