From d9978c5aa6e4bbd17a54a58d7b17ebf03f0a2140 Mon Sep 17 00:00:00 2001 From: akrm Date: Mon, 27 Apr 2026 09:51:30 -0400 Subject: [PATCH 1/2] Revert "fix(nix): update cargoHash" This reverts commit f06e446e4f26019ffa587c496e7df425e178d3ff. --- package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nix b/package.nix index a3989596..fbbba8a1 100644 --- a/package.nix +++ b/package.nix @@ -19,7 +19,7 @@ rustPlatform.buildRustPackage { src = ./.; - cargoHash = "sha256-KZ2MQjbXmy41HGpte8n/WC2EgvLQ68EqDS46E4j067A="; + cargoHash = "sha256-ppcOdCsxscwQVFOxJpXex3WZ/ucAdBhkyqpq09IQ+R4="; nativeBuildInputs = [ pkg-config From 4d4a61b8a41636e158a3c2e20a8874b77b3be946 Mon Sep 17 00:00:00 2001 From: akrm Date: Mon, 27 Apr 2026 09:51:30 -0400 Subject: [PATCH 2/2] Revert "chore(deps): update rust crate gtk to 0.11.3" This reverts commit b6f2e94094c9aedcd06b6bd41a8424dbd46ef7e1. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27f56355..6e3441f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -795,9 +795,9 @@ dependencies = [ [[package]] name = "gtk4" -version = "0.11.3" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7181b837f04cbe93f79441475f7a00560a92cba7a72e38cc1a68b6f8b78eaae2" +checksum = "25d47a7ca9ec6f50b5ace32eaaf11fe152c9bbc4f780a35e42c9b7fc5b046f9c" dependencies = [ "cairo-rs", "field-offset", diff --git a/Cargo.toml b/Cargo.toml index 597ca269..2d0bec5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ futures = "0.3.32" futures-timer = "3.0.3" base64 = "0.22.1" nmrs = { path = "nmrs", version = "3.0" } -gtk = { version = "0.11.3", package = "gtk4" } +gtk = { version = "0.11.2", package = "gtk4" } glib = "0.22.5" dirs = "6.0.0" fs2 = "0.4.3"