From 764e7266f0296c91660b6187d99ee9580216cd85 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 11 Jun 2023 21:15:29 -0400 Subject: [PATCH] fclones-gui: 0.1.0 -> 0.1.2 Diff: https://diff.rs/fclones-gui/0.1.0/0.1.2 --- 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 dfb9f06eb3c7..5f0959f55b42 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.0"; + version = "0.1.2"; src = fetchCrate { inherit pname version; - hash = "sha256-rMeXUNpoEzqsDmlTmnHsFkas3zFgdCH0WSeP83RtT+c="; + hash = "sha256-ge2l414kYHK3y4V837GTQ5sSxVRlU8ZYyGdBj4+vUL8="; }; - cargoHash = "sha256-2oeyTMYg0PyTpSMLaub3nZGeoK5U6BlC8OReBwRi3DA="; + cargoHash = "sha256-rDAUA75KCWlhf13bCucV5w9WAJ+Uw+s8sUCCeWBYJeA="; nativeBuildInputs = [ pkg-config