way-edges: 0.11.1 -> 0.12.1 (#503816)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-04 21:19:10 +00:00
committed by GitHub
+3 -3
View File
@@ -11,15 +11,15 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "way-edges";
version = "0.11.1";
version = "0.12.1";
src = fetchFromGitHub {
owner = "way-edges";
repo = "way-edges";
tag = finalAttrs.version;
hash = "sha256-1P4iOsoQolxfVGZEe+x0DvcDwB5bdBqR0OsfL+y3qQM=";
hash = "sha256-hvIy5WAv+DqA8Agln2Wgc8dHG/yDktfUU1k/3nlwjmw=";
};
cargoHash = "sha256-RSCBQUZp6mxZcwsvr6OwQeXa5CmEhN8QUezv0By5j/s=";
cargoHash = "sha256-E1MmCUBZSXkV0oEJ7vHiO2YawnTteu24h2+IVgB71fc=";
nativeBuildInputs = [
pkg-config