turtle-build: 0.4.8 -> 0.4.9

This commit is contained in:
R. Ryantm
2025-09-21 03:16:41 +00:00
parent 7b38f24f2f
commit 916603e0b9
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "turtle-build";
version = "0.4.8";
version = "0.4.9";
src = fetchFromGitHub {
owner = "raviqqe";
repo = "turtle-build";
rev = "v${version}";
hash = "sha256-PDpiLPMyBZzj2nBy76cSC4ab/kyaoZC/Gd2HSaRVHUM=";
hash = "sha256-sbYDp4r/M6GvCYEshccJ331mVNeN85wwf9TKHiYFv7I=";
};
cargoHash = "sha256-V3ks6AWEpPHUkarbgRfCs1G26UKJC5EtEZGVDCHu5V0=";
cargoHash = "sha256-JZU0Xam4NPiOHdXDtJsTBjOQnaDWReSZMD33sQxeUzQ=";
meta = with lib; {
description = "Ninja-compatible build system for high-level programming languages written in Rust";