We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 878ca13 + 7d1ee94 commit 5d9b543Copy full SHA for 5d9b543
pkgs/by-name/gi/gitu/package.nix
@@ -13,17 +13,17 @@
13
14
rustPlatform.buildRustPackage rec {
15
pname = "gitu";
16
- version = "0.28.2";
+ version = "0.29.0";
17
18
src = fetchFromGitHub {
19
owner = "altsem";
20
repo = "gitu";
21
rev = "v${version}";
22
- hash = "sha256-zjA+jPkvR4lAZjVSBY/4V9w+0IQ17yUTSt/skW6owo0=";
+ hash = "sha256-c2YVcE+a/9Z6qTLEbcSFE6393SEeudyvdbzCRJfszcc=";
23
};
24
25
useFetchCargoVendor = true;
26
- cargoHash = "sha256-gg30wrHDyCqrUAUw0NGpEpGROOrigkC2KxA6Q8BcNqA=";
+ cargoHash = "sha256-+tSNUtsDFKqx5W8+cuxyFsG1etm44eYgoYuoUt5tw3E=";
27
28
nativeBuildInputs = [
29
pkg-config
0 commit comments