Skip to content

Commit 3416e72

Browse files
authored
gitoxide: 0.38.0 -> 0.39.0 (NixOS#360861)
2 parents 8e77075 + b68a2fc commit 3416e72

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/version-management/gitoxide

1 file changed

+3
-3
lines changed

pkgs/applications/version-management/gitoxide/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ let
1717
ein = "${stdenv.hostPlatform.emulator buildPackages} $out/bin/ein";
1818
in rustPlatform.buildRustPackage rec {
1919
pname = "gitoxide";
20-
version = "0.38.0";
20+
version = "0.39.0";
2121

2222
src = fetchFromGitHub {
2323
owner = "Byron";
2424
repo = "gitoxide";
2525
rev = "v${version}";
26-
hash = "sha256-JqWFdZXcmL97w5CochG9kXXH7cN2KMarkNUvfQXbYU0=";
26+
hash = "sha256-xv4xGkrArJ/LTVLs2SYhvxhfNG6sjVm5nZWsi4s34iM=";
2727
};
2828

29-
cargoHash = "sha256-EGPx4NNvgGe+LJ8Gn0ne8O4lCA+9p+E9J7OOhLQDWX0=";
29+
cargoHash = "sha256-36ue3f67Btw0/AM5lTaByrJLKU5r1FJA3sFRJ1IbXXc=";
3030

3131
nativeBuildInputs = [ cmake pkg-config installShellFiles ];
3232

0 commit comments

Comments
 (0)