From 265461162f74b0b87443cb6828153d6b49a8bf17 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 30 Aug 2025 18:56:09 +0200 Subject: [PATCH] build: rename to river-classic --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 009f940..e0dae29 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,5 +1,5 @@ .{ - .name = .river, + .name = .river_classic, // While a river release is in development, this string should contain // the version in development with the "-dev" suffix. // When a release is tagged, the "-dev" suffix should be removed for the @@ -25,5 +25,5 @@ .hash = "xkbcommon-0.3.0-VDqIe3K9AQB2fG5ZeRcMC9i7kfrp5m2rWgLrmdNn9azr", }, }, - .fingerprint = 0xf5e3672b8e8d6efc, + .fingerprint = 0x3dae7aba2ea52a3b, }