t-rec: 0.7.9 -> 0.7.10

This commit is contained in:
R. Ryantm
2025-11-21 19:32:11 +00:00
parent 39a15b69c5
commit 5ba5705987
+3 -3
View File
@@ -12,16 +12,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "t-rec";
version = "0.7.9";
version = "0.7.10";
src = fetchFromGitHub {
owner = "sassman";
repo = "t-rec-rs";
rev = "v${finalAttrs.version}";
sha256 = "sha256-aQX+JJ2MwzzxJkA1vsE8JqvYpWtqyycvycPc2pyFU7g=";
sha256 = "sha256-FyLahDf72uNPCKYqFyWxDkWw90R4Pnq94v64iFaAYFI=";
};
cargoHash = "sha256-AgSYM2a9XGH2X4dcp5CSMnt0Bq/5XT8C3g1R2UX4mLY=";
cargoHash = "sha256-J+Ng+X1k4oMtWPKkDevQVnYuFu7Ba35X4hBg3i3p8qM=";
nativeBuildInputs = [ makeWrapper ];
buildInputs = [