From f84c9b2463517d75dd81efefe42054705012cdf3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 8 Apr 2025 23:43:29 +0000 Subject: [PATCH] dioxionary: 1.1.4 -> 1.2.0 --- pkgs/by-name/di/dioxionary/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/di/dioxionary/package.nix b/pkgs/by-name/di/dioxionary/package.nix index a4de07a41b84..16fedc05404f 100644 --- a/pkgs/by-name/di/dioxionary/package.nix +++ b/pkgs/by-name/di/dioxionary/package.nix @@ -11,17 +11,17 @@ }: rustPlatform.buildRustPackage (finalAttrs: { pname = "dioxionary"; - version = "1.1.4"; + version = "1.2.0"; src = fetchFromGitHub { owner = "vaaandark"; repo = "dioxionary"; tag = "v${finalAttrs.version}"; - hash = "sha256-7Kex5o518L7v5EAhlr4BGoT7LynTe5JmDU8Urn0H3vA="; + hash = "sha256-xIieWhT/a5dZ+UPfsMWtgwru5nkUdzr8/0pOiqCSnqo="; # enable fetchSubmodules since the tests require dictionaries from the submodules fetchSubmodules = true; }; - cargoHash = "sha256-3Cny2OtEoevlUilL0/xtYbyHcuBsFGEFZG6EX35PL+M="; + cargoHash = "sha256-YFx8V86awxVUX83bNLHRP6nIBZGHck/0ywriBgVqvxY="; useFetchCargoVendor = true; nativeBuildInputs = [