From 2c8970cdec95dda7ddcbf1ba6cfe2da7597c8380 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 26 Jun 2023 09:35:25 -0400 Subject: [PATCH] fclones-gui: 0.1.2 -> 0.1.3 Diff: https://diff.rs/fclones-gui/0.1.2/0.1.3 --- pkgs/tools/misc/fclones/gui.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/fclones/gui.nix b/pkgs/tools/misc/fclones/gui.nix index 5f0959f55b42..0e7a6ae4dafa 100644 --- a/pkgs/tools/misc/fclones/gui.nix +++ b/pkgs/tools/misc/fclones/gui.nix @@ -12,14 +12,14 @@ rustPlatform.buildRustPackage rec { pname = "fclones-gui"; - version = "0.1.2"; + version = "0.1.3"; src = fetchCrate { inherit pname version; - hash = "sha256-ge2l414kYHK3y4V837GTQ5sSxVRlU8ZYyGdBj4+vUL8="; + hash = "sha256-SQJ6CZlvu4V9Rs+rhH4jMf0AVWs71KvRUnUxGPlgj80="; }; - cargoHash = "sha256-rDAUA75KCWlhf13bCucV5w9WAJ+Uw+s8sUCCeWBYJeA="; + cargoHash = "sha256-8WLYbEbPrR8c0y+Uaxo6YGiFRt7FLHZM+1O/UZq0c7g="; nativeBuildInputs = [ pkg-config