teip: 2.3.2 -> 2.3.3 (#512487)

This commit is contained in:
Nick Cao
2026-04-22 19:46:57 +00:00
committed by GitHub
+3 -3
View File
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "teip";
version = "2.3.2";
version = "2.3.3";
src = fetchFromGitHub {
owner = "greymd";
repo = "teip";
rev = "v${finalAttrs.version}";
hash = "sha256-Lr4nlAM2mEKwF3HXso/6FQEKoQK43xxLMgOU7j7orYg=";
hash = "sha256-isdp0EbHsge5vn4h1rKH2LCLFGp33BXew4SU48QKz7g=";
};
cargoHash = "sha256-FFv/Msx6fXRJuRH8hjhBgc7XCg5EKWantNKQHwXpa4o=";
cargoHash = "sha256-YEgLNfES9ffxwz+mR+fjDONa2M0JxvKtmoYBORDaY8w=";
nativeBuildInputs = [ installShellFiles ];