We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e77075 + b68a2fc commit 3416e72Copy full SHA for 3416e72
pkgs/applications/version-management/gitoxide/default.nix
@@ -17,16 +17,16 @@ let
17
ein = "${stdenv.hostPlatform.emulator buildPackages} $out/bin/ein";
18
in rustPlatform.buildRustPackage rec {
19
pname = "gitoxide";
20
- version = "0.38.0";
+ version = "0.39.0";
21
22
src = fetchFromGitHub {
23
owner = "Byron";
24
repo = "gitoxide";
25
rev = "v${version}";
26
- hash = "sha256-JqWFdZXcmL97w5CochG9kXXH7cN2KMarkNUvfQXbYU0=";
+ hash = "sha256-xv4xGkrArJ/LTVLs2SYhvxhfNG6sjVm5nZWsi4s34iM=";
27
};
28
29
- cargoHash = "sha256-EGPx4NNvgGe+LJ8Gn0ne8O4lCA+9p+E9J7OOhLQDWX0=";
+ cargoHash = "sha256-36ue3f67Btw0/AM5lTaByrJLKU5r1FJA3sFRJ1IbXXc=";
30
31
nativeBuildInputs = [ cmake pkg-config installShellFiles ];
32
0 commit comments