Skip to content

Commit b434609

Browse files
gitu: 0.25.0 -> 0.26.0 (#351105)
2 parents 1c5513a + a81bfa5 commit b434609

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
rustPlatform.buildRustPackage rec {
1414
pname = "gitu";
15-
version = "0.25.0";
15+
version = "0.26.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "altsem";
1919
repo = "gitu";
2020
rev = "v${version}";
21-
hash = "sha256-DqJ/O87LdNXmJNmoBCdAvLod8uDRHlNuMzAv+kEew1w=";
21+
hash = "sha256-rHlehYdyBYyhP/kFciFW0vmaewtXYuypaHMzqyMDXYA=";
2222
};
2323

24-
cargoHash = "sha256-rfj2rDqO/sMaghpou2TCTfqrUmPxh0qooR6hhqlS4PM=";
24+
cargoHash = "sha256-b0Z1SOprsVe8Sg4X0ooOahE9yrP65CV1otZ3nXFvPHo=";
2525

2626
nativeBuildInputs = [
2727
pkg-config

0 commit comments

Comments
 (0)