Merge pull request #255747 from donovanglover/hyprland-autoname-workspaces-1.1.10

hyprland-autoname-workspaces: 1.1.7 -> 1.1.10
This commit is contained in:
Nick Cao 2023-09-18 10:03:57 -04:00 committed by GitHub
commit 73a1b4e517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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";