about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-15 13:35:36 +0200
committerGitHub <noreply@github.com>2024-05-15 13:35:36 +0200
commitb8dba06dee1da3b323542755c16098d3c9c032c6 (patch)
treeb30e49baa5aa1a4ea84a728458955dbaf489edae /pkgs/applications/misc
parente293855b5f3fd4750e7a852ab8a5d622a5a40042 (diff)
parent32b9bd52d62e6ea768f34e1ec928367bb00ea16d (diff)
Merge pull request #311822 from r-ryantm/auto-update/hyprland-autoname-workspaces
hyprland-autoname-workspaces: 1.1.13 -> 1.1.14
Diffstat (limited to 'pkgs/applications/misc')
-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 7e3db80aadc82..1bec06a38c99d 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.13";
+  version = "1.1.14";
 
   src = fetchFromGitHub {
     owner = "hyprland-community";
     repo = "hyprland-autoname-workspaces";
     rev = version;
-    hash = "sha256-JEzsbJcDX/qx1CMy+3UwcHOwFLPqyAG58MpGMtdSyYY=";
+    hash = "sha256-RTx4fmamjydrQzC1CpgbuvV6kg0S6Jyj/0Q9FrfrMlU=";
   };
 
-  cargoHash = "sha256-Rpivw4VCVHjZywDwr4pajfGv/mkOdVrXVT/9Oe2Hw44=";
+  cargoHash = "sha256-Te3nBgr3uq8km8lX3AkCAS28leolZLXEF68phIEpg5k=";
 
   meta = with lib; {
     description = "Automatically rename workspaces with icons of started applications";