summary refs log tree commit diff
path: root/pkgs/tools/wayland/swaysome
diff options
context:
space:
mode:
authorDaniel Albert <git@esclear.de>2022-04-26 22:12:20 +0200
committerDaniel Albert <git@esclear.de>2022-04-26 22:12:22 +0200
commit424d6ed8aa08f616c033467dea7116e77aae880b (patch)
treebc5f389eb5f212333088b34f6bced1e60c25bcb4 /pkgs/tools/wayland/swaysome
parentca3c297d867f59859ba464c5b818086385b76e8c (diff)
downloadnixpkgs-424d6ed8aa08f616c033467dea7116e77aae880b.tar
nixpkgs-424d6ed8aa08f616c033467dea7116e77aae880b.tar.gz
nixpkgs-424d6ed8aa08f616c033467dea7116e77aae880b.tar.bz2
nixpkgs-424d6ed8aa08f616c033467dea7116e77aae880b.tar.lz
nixpkgs-424d6ed8aa08f616c033467dea7116e77aae880b.tar.xz
nixpkgs-424d6ed8aa08f616c033467dea7116e77aae880b.tar.zst
nixpkgs-424d6ed8aa08f616c033467dea7116e77aae880b.zip
swaysome: 1.1.2 -> 1.1.4
Version 1.1.4 of swaysome [was released recently](https://gitlab.com/hyask/swaysome/-/commit/06eb9d29c2a2133baff75f4658766db4425a765b).
This commit updates the swaysome package to this release.
Diffstat (limited to 'pkgs/tools/wayland/swaysome')
-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 65c0f3af65c..2159322a587 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 = "1.1.2";
+  version = "1.1.4";
 
   src = fetchFromGitLab {
     owner = "hyask";
     repo = pname;
     rev = version;
-    sha256 = "sha256-eX2Pzn5It4yf94ZWH/7yAJjwpayVYvpvbrvk7qvbimg=";
+    sha256 = "sha256-hI6XPND05m67dxo9EwIDhFTyC2UrL4Ll1V/WcBoJymU=";
   };
 
-  cargoSha256 = "sha256-WXjmXwqeWnQVyFs51t81kHHMMn9HQQjBRw1g1cU+6/M=";
+  cargoSha256 = "sha256-jG6HZiL2almALyEnQRmbeCTRG11URP3+Bxqyn8hLs7w=";
 
   meta = with lib; {
     description = "Helper to make sway behave more like awesomewm";