From 29e9d008f2d8988d0cbf782c4ffb5b1b2a7e0bb0 Mon Sep 17 00:00:00 2001 From: Levizor Date: Mon, 17 Feb 2025 16:08:06 +0100 Subject: [PATCH] hyprland-workspaces-tui: 1.1.0 -> 1.2.0 --- pkgs/by-name/hy/hyprland-workspaces-tui/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/hy/hyprland-workspaces-tui/package.nix b/pkgs/by-name/hy/hyprland-workspaces-tui/package.nix index b4ad6f1ad75c..6ea9c21eff3a 100644 --- a/pkgs/by-name/hy/hyprland-workspaces-tui/package.nix +++ b/pkgs/by-name/hy/hyprland-workspaces-tui/package.nix @@ -9,18 +9,18 @@ }: rustPlatform.buildRustPackage rec { pname = "hyprland-workspaces-tui"; - version = "1.1.0"; + version = "1.2.0"; src = fetchFromGitHub { owner = "Levizor"; repo = "hyprland-workspaces-tui"; tag = version; - hash = "sha256-QMwiBQGAybdL8FaUil6tFzSFg4nN/9mGVoqiDFwGZec="; + hash = "sha256-DLu7njrD5i9FeNWVZGBTKki70FurIGxtwgS6HbA7YLE="; }; useFetchCargoVendor = true; - cargoHash = "sha256-aT8LfBVOEVUvzgPlBIOXTgT+WXEt3vHMDyCcl9jT5/E="; + cargoHash = "sha256-1NZrpqbFiYSJtFNnlDwXX4J4rLwa9XlwUT+boMtr4tk="; nativeBuildInputs = [ makeWrapper