diff --git a/Cargo.lock b/Cargo.lock index f407e45a..279d0a3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -795,9 +795,9 @@ dependencies = [ [[package]] name = "gtk4" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25d47a7ca9ec6f50b5ace32eaaf11fe152c9bbc4f780a35e42c9b7fc5b046f9c" +checksum = "7181b837f04cbe93f79441475f7a00560a92cba7a72e38cc1a68b6f8b78eaae2" dependencies = [ "cairo-rs", "field-offset", diff --git a/Cargo.toml b/Cargo.toml index 1364bb2a..4179d968 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.2", package = "gtk4" } +gtk = { version = "0.11.3", package = "gtk4" } glib = "0.22.6" dirs = "6.0.0" fs2 = "0.4.3" diff --git a/package.nix b/package.nix index 3dd68309..c69775a7 100644 --- a/package.nix +++ b/package.nix @@ -19,7 +19,7 @@ rustPlatform.buildRustPackage { src = ./.; - cargoHash = "sha256-EJ5mrq15OME7sR6jLMT4QzayOmlIsgTUgzsiPrfxDVg="; + cargoHash = "sha256-xSbYOv+145FQw0kPbhL2rkQs/og+hoPtSH9dO0i1cyQ="; nativeBuildInputs = [ pkg-config