teip: 2.3.0 -> 2.3.2 (#380476)

This commit is contained in:
Nick Cao
2025-02-09 09:53:24 -05:00
committed by GitHub
+3 -3
View File
@@ -9,17 +9,17 @@
rustPlatform.buildRustPackage rec {
pname = "teip";
version = "2.3.0";
version = "2.3.2";
src = fetchFromGitHub {
owner = "greymd";
repo = "teip";
rev = "v${version}";
hash = "sha256-09IKAM1ha40CvF5hdQIlUab7EBBFourC70LAagrs5+4=";
hash = "sha256-Lr4nlAM2mEKwF3HXso/6FQEKoQK43xxLMgOU7j7orYg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-EMdwjdgrSNGTbhnjwyt6KZ6U6wRRKwXGynfr397AGbg=";
cargoHash = "sha256-FFv/Msx6fXRJuRH8hjhBgc7XCg5EKWantNKQHwXpa4o=";
nativeBuildInputs = [ installShellFiles ];