Skip to content

Commit 5d9b543

Browse files
gitu: 0.28.2 -> 0.29.0 (#390524)
Co-authored-by: evanrichter <[email protected]>
2 parents 878ca13 + 7d1ee94 commit 5d9b543

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gi/gitu/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313

1414
rustPlatform.buildRustPackage rec {
1515
pname = "gitu";
16-
version = "0.28.2";
16+
version = "0.29.0";
1717

1818
src = fetchFromGitHub {
1919
owner = "altsem";
2020
repo = "gitu";
2121
rev = "v${version}";
22-
hash = "sha256-zjA+jPkvR4lAZjVSBY/4V9w+0IQ17yUTSt/skW6owo0=";
22+
hash = "sha256-c2YVcE+a/9Z6qTLEbcSFE6393SEeudyvdbzCRJfszcc=";
2323
};
2424

2525
useFetchCargoVendor = true;
26-
cargoHash = "sha256-gg30wrHDyCqrUAUw0NGpEpGROOrigkC2KxA6Q8BcNqA=";
26+
cargoHash = "sha256-+tSNUtsDFKqx5W8+cuxyFsG1etm44eYgoYuoUt5tw3E=";
2727

2828
nativeBuildInputs = [
2929
pkg-config

0 commit comments

Comments
 (0)