gitu: 0.27.0 -> 0.28.0

This commit is contained in:
R. Ryantm
2025-02-05 00:48:39 +00:00
parent ab36ef17c8
commit c4f72f8f65
+3 -3
View File
@@ -13,16 +13,16 @@
rustPlatform.buildRustPackage rec {
pname = "gitu";
version = "0.27.0";
version = "0.28.0";
src = fetchFromGitHub {
owner = "altsem";
repo = "gitu";
rev = "v${version}";
hash = "sha256-/g+hjQQhu771yqLhx4THaNCJKShXB7RoxiS9bQDUijU=";
hash = "sha256-eG3ORk4nD8htdZpboEgcR4P94aKUX7eDHo6uTfSw2Zo=";
};
cargoHash = "sha256-cK7TjrP2KW3w7UFr+6pUIjeesPaJKs4lXorw98zwuD4=";
cargoHash = "sha256-g1VAHroINiwdo+uAA287FHEPqkPFvEIWHqVnjycM/Mc=";
nativeBuildInputs = [
pkg-config