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