lol

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

gitoxide: 0.23.0 -> 0.25.0

authored by

figsoda and committed by
GitHub
bab73ab0 926624a4

+3 -3
+3 -3
pkgs/applications/version-management/gitoxide/default.nix
··· 13 13 14 14 rustPlatform.buildRustPackage rec { 15 15 pname = "gitoxide"; 16 - version = "0.23.0"; 16 + version = "0.25.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "Byron"; 20 20 repo = "gitoxide"; 21 21 rev = "v${version}"; 22 - sha256 = "sha256-HmynsnlTj08vwYwckFdq+0u1nquC7bDOGcq2vCeqdhA="; 22 + sha256 = "sha256-3U/gQz/tJ/IrDd7ZIusJWDEB4nlpTM4miYfTEeEonv4="; 23 23 }; 24 24 25 - cargoHash = "sha256-5JvDqp3dZ9rcOS17YzwgNwJYQGQ021cpd0ClrR+1+5Y="; 25 + cargoHash = "sha256-VPOivxdqEWQdFYYhSZVe5ji8CS0dKQeElKPeHxfwg4A="; 26 26 27 27 nativeBuildInputs = [ cmake pkg-config ]; 28 28 buildInputs = [ curl ] ++ (if stdenv.isDarwin