teip: 2.3.0 -> 2.3.2

This commit is contained in:
R. Ryantm
2025-02-08 22:05:23 +00:00
parent 26b55d063f
commit add22c861f
+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 ];