Loading pkgs/applications/misc/hyprland-autoname-workspaces/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -5,16 +5,18 @@ rustPlatform.buildRustPackage rec { pname = "hyprland-autoname-workspaces"; version = "1.1.14"; version = "1.1.15"; src = fetchFromGitHub { owner = "hyprland-community"; repo = "hyprland-autoname-workspaces"; rev = version; hash = "sha256-RTx4fmamjydrQzC1CpgbuvV6kg0S6Jyj/0Q9FrfrMlU="; hash = "sha256-oXVKee3YAMXtVJBqJGt1SpH0KFzvIB278EN69A2OeXY="; }; cargoHash = "sha256-Te3nBgr3uq8km8lX3AkCAS28leolZLXEF68phIEpg5k="; cargoHash = "sha256-Ub7jU9c0I/w4h1DBFvimP7SjkabkP9EF+qtHAPtdPFI="; doCheck = false; meta = with lib; { description = "Automatically rename workspaces with icons of started applications"; Loading Loading
pkgs/applications/misc/hyprland-autoname-workspaces/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -5,16 +5,18 @@ rustPlatform.buildRustPackage rec { pname = "hyprland-autoname-workspaces"; version = "1.1.14"; version = "1.1.15"; src = fetchFromGitHub { owner = "hyprland-community"; repo = "hyprland-autoname-workspaces"; rev = version; hash = "sha256-RTx4fmamjydrQzC1CpgbuvV6kg0S6Jyj/0Q9FrfrMlU="; hash = "sha256-oXVKee3YAMXtVJBqJGt1SpH0KFzvIB278EN69A2OeXY="; }; cargoHash = "sha256-Te3nBgr3uq8km8lX3AkCAS28leolZLXEF68phIEpg5k="; cargoHash = "sha256-Ub7jU9c0I/w4h1DBFvimP7SjkabkP9EF+qtHAPtdPFI="; doCheck = false; meta = with lib; { description = "Automatically rename workspaces with icons of started applications"; Loading