rusty-path-of-building: 0.2.7 -> 0.2.8

This commit is contained in:
R. Ryantm
2025-11-09 15:25:10 +00:00
parent bb2e2e26e9
commit e2e25df1ca
@@ -17,16 +17,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "rusty-path-of-building";
version = "0.2.7";
version = "0.2.8";
src = fetchFromGitHub {
owner = "meehl";
repo = "rusty-path-of-building";
rev = "v${version}";
hash = "sha256-J/tTifOcbY1mfcNbQFN4Vdyl78O7vTVbfew3fcnVyTA=";
hash = "sha256-GJP5kuDHDyKFzlDW3EiMzd2KruYB1L51QgK4NT6B3Cc=";
};
cargoHash = "sha256-Oekl6SDIvgFIzPnve7nuib3fEjPGC46F/TNULmgOpew=";
cargoHash = "sha256-RfF53qd/crWDgEDveP58FPInlH7vtpprMU3aLf9KO8A=";
nativeBuildInputs = [
pkg-config