way-edges: 0.11.1 -> 0.12.1

This commit is contained in:
Denperidge
2026-03-26 19:20:21 +01:00
parent 52af87695d
commit 81977db45a
+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