about summary refs log tree commit diff
path: root/pkgs/tools/wayland
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2023-12-06 22:13:07 +0100
committerGitHub <noreply@github.com>2023-12-06 22:13:07 +0100
commit5ddcaf331d1a05f505edce3c2cf76766482c6865 (patch)
tree411c8f3df5ae102a2ebb8db804b417ab3d171ffb /pkgs/tools/wayland
parent676778c70e02c1c50935626a1b51925c06ce384a (diff)
parentb0a8d0419c983c6ba88cc85b2d491e59db109107 (diff)
Merge pull request #272465 from r-ryantm/auto-update/swaysome
swaysome: 2.0.0 -> 2.1.0
Diffstat (limited to 'pkgs/tools/wayland')
-rw-r--r--pkgs/tools/wayland/swaysome/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/wayland/swaysome/default.nix b/pkgs/tools/wayland/swaysome/default.nix
index 4acf4115a0480..308592e450f94 100644
--- a/pkgs/tools/wayland/swaysome/default.nix
+++ b/pkgs/tools/wayland/swaysome/default.nix
@@ -5,16 +5,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "swaysome";
-  version = "2.0.0";
+  version = "2.1.0";
 
   src = fetchFromGitLab {
     owner = "hyask";
     repo = pname;
     rev = version;
-    sha256 = "sha256-KmGAp0EPnnM+hPRpUGsbt+NU2v5mcPaRUqo0pqUr1L8=";
+    sha256 = "sha256-U5W/9VL1t1/R4ADPxseBV6CMKx04I4vbp7sFmSqRZXk=";
   };
 
-  cargoHash = "sha256-9sOR99CaTyMQoGMKP2Cag6YNxmgEqNPE/kiJPziqB9U=";
+  cargoHash = "sha256-QA3EQsYgjwx8QX50yaxiJyAPDlpYYqiqLiXco1kJmw0=";
 
   meta = with lib; {
     description = "Helper to make sway behave more like awesomewm";