gitu: 0.31.0 -> 0.32.0 (#412834)

This commit is contained in:
Nick Cao 2025-06-01 10:10:02 -04:00 committed by GitHub
commit 90a8c54b89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec {
pname = "gitu";
version = "0.31.0";
version = "0.32.0";
src = fetchFromGitHub {
owner = "altsem";
repo = "gitu";
rev = "v${version}";
hash = "sha256-AZyUvZivzUflrH1ihvLKTff3Q2cCFYduJmsegUuuhkE=";
hash = "sha256-ER+k+yOJP+pgoD785wddsVaTf7/E3iysjkeGq4slgF0=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-0/GqPvFg7ijjF8DjLIqKWIbHYt8brVwIKYR8QI9Ppu0=";
cargoHash = "sha256-fSaTuDa3cRxpoduKRMuMPagBGfY3vSYtvEuvwlMk2HA=";
nativeBuildInputs = [
pkg-config