From 89b4001f956391d8b22eeeff022397b7b6902791 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 17 Sep 2023 16:23:03 -0400 Subject: [PATCH] hyprland-autoname-workspaces: 1.1.7 -> 1.1.10 Changes: https://github.com/hyprland-community/hyprland-autoname-workspaces/compare/1.1.7...1.1.10 --- .../misc/hyprland-autoname-workspaces/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/misc/hyprland-autoname-workspaces/default.nix b/pkgs/applications/misc/hyprland-autoname-workspaces/default.nix index 874bffbef3a7..abd18f8eac9e 100644 --- a/pkgs/applications/misc/hyprland-autoname-workspaces/default.nix +++ b/pkgs/applications/misc/hyprland-autoname-workspaces/default.nix @@ -5,16 +5,16 @@ rustPlatform.buildRustPackage rec { pname = "hyprland-autoname-workspaces"; - version = "1.1.7"; + version = "1.1.10"; src = fetchFromGitHub { owner = "hyprland-community"; repo = "hyprland-autoname-workspaces"; - rev = "v${version}"; - hash = "sha256-OtKPJZI0YKi98HUY4IDU8LRg6dTaD68OgVi9FzfjDbA="; + rev = version; + hash = "sha256-I0ELCexJxZgbTLzO4GtvOtaIghzVND8kgOFmlQ0oca8="; }; - cargoHash = "sha256-ueT85rKa2PGvp/R/ZXkDGUFIXyYNpDErg4W8WcXAPIw="; + cargoHash = "sha256-MmWYsYRxrcEtL+efK1yCzq5b+PsrsrG1flSXn2kGdYs="; meta = with lib; { description = "Automatically rename workspaces with icons of started applications";