wild-unwrapped: 0.7.0 -> 0.8.0 (#482764)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-22 22:00:29 +00:00
committed by GitHub
+3 -3
View File
@@ -10,16 +10,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "wild-unwrapped";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "davidlattimore";
repo = "wild";
tag = finalAttrs.version;
hash = "sha256-x0IZuWjj0LRMj4pu2FVaD8SENm/UVtE1e4rl0EOZZZM=";
hash = "sha256-E5cmZuOtF+MNTPyalKjnguhin70zqtDDB0D71ZpeE48=";
};
cargoHash = "sha256-5s0qS8y0+EH+R1tgN2W5/+t+GdjbQdRVLlcA2KjpHsE=";
cargoHash = "sha256-r0r7sN1SW5TIybHORfzJkN51Y0REEC2/h7q71GxUgAM=";
cargoBuildFlags = [ "-p wild-linker" ];