summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonovan Glover <donovan@dglover.co>2023-09-19 10:08:55 -0400
committerDonovan Glover <donovan@dglover.co>2023-09-19 10:08:55 -0400
commit144c0e2b0819055d61eb14bf4ae2b72e209de096 (patch)
tree1d4e996472354e131605add1238f4e06ac8c921e
parentMerge pull request #256061 from imincik/geopandas-drop-python38 (diff)
downloadnixpkgs-144c0e2b0819055d61eb14bf4ae2b72e209de096.tar.gz
hyprland-autoname-workspaces: 1.1.10 -> 1.1.11
-rw-r--r--pkgs/applications/misc/hyprland-autoname-workspaces/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/hyprland-autoname-workspaces/default.nix b/pkgs/applications/misc/hyprland-autoname-workspaces/default.nix
index abd18f8eac9e..0798aadf2f7a 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.10";
+ version = "1.1.11";
src = fetchFromGitHub {
owner = "hyprland-community";
repo = "hyprland-autoname-workspaces";
rev = version;
- hash = "sha256-I0ELCexJxZgbTLzO4GtvOtaIghzVND8kgOFmlQ0oca8=";
+ hash = "sha256-x9MXp2MZtrnVI3W+6xo34uUHuRnpVeXS+3vbyti1p24=";
};
- cargoHash = "sha256-MmWYsYRxrcEtL+efK1yCzq5b+PsrsrG1flSXn2kGdYs=";
+ cargoHash = "sha256-mSUtFZvq5+rumefJ6I9C6YzRzu64oJ/bTwaa+rrFlL4=";
meta = with lib; {
description = "Automatically rename workspaces with icons of started applications";