Merge pull request #256128 from donovanglover/hyprland-autoname-workspaces-1.1.11

hyprland-autoname-workspaces: 1.1.10 -> 1.1.11

authored by

Nick Cao and committed by
GitHub
e25aa17a d3666b57

+3 -3
+3 -3
pkgs/applications/misc/hyprland-autoname-workspaces/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "hyprland-autoname-workspaces"; 8 - version = "1.1.10"; 8 + version = "1.1.11"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "hyprland-community"; 12 12 repo = "hyprland-autoname-workspaces"; 13 13 rev = version; 14 - hash = "sha256-I0ELCexJxZgbTLzO4GtvOtaIghzVND8kgOFmlQ0oca8="; 14 + hash = "sha256-x9MXp2MZtrnVI3W+6xo34uUHuRnpVeXS+3vbyti1p24="; 15 15 }; 16 16 17 - cargoHash = "sha256-MmWYsYRxrcEtL+efK1yCzq5b+PsrsrG1flSXn2kGdYs="; 17 + cargoHash = "sha256-mSUtFZvq5+rumefJ6I9C6YzRzu64oJ/bTwaa+rrFlL4="; 18 18 19 19 meta = with lib; { 20 20 description = "Automatically rename workspaces with icons of started applications";