summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-25 18:01:47 +0000
committerGitHub <noreply@github.com>2021-11-25 18:01:47 +0000
commitab59b681f2c0d217bf378d163331438811ba2d48 (patch)
tree36561655c402d4cbdeb4eda361633e970744090c /pkgs/tools
parent4c60ee3da1e3a9c2441ebeb1c755049555624924 (diff)
parentc0838c1e7a72195410a72f2c4c055cf570b0a2f0 (diff)
downloadnixpkgs-ab59b681f2c0d217bf378d163331438811ba2d48.tar
nixpkgs-ab59b681f2c0d217bf378d163331438811ba2d48.tar.gz
nixpkgs-ab59b681f2c0d217bf378d163331438811ba2d48.tar.bz2
nixpkgs-ab59b681f2c0d217bf378d163331438811ba2d48.tar.lz
nixpkgs-ab59b681f2c0d217bf378d163331438811ba2d48.tar.xz
nixpkgs-ab59b681f2c0d217bf378d163331438811ba2d48.tar.zst
nixpkgs-ab59b681f2c0d217bf378d163331438811ba2d48.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/wayland/swayr/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/wayland/swayr/default.nix b/pkgs/tools/wayland/swayr/default.nix
index 195c0b1bf38..1fa7483e36e 100644
--- a/pkgs/tools/wayland/swayr/default.nix
+++ b/pkgs/tools/wayland/swayr/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "swayr";
-  version = "0.7.0";
+  version = "0.10.0";
 
   src = fetchFromSourcehut {
     owner = "~tsdh";
     repo = "swayr";
     rev = "v${version}";
-    sha256 = "sha256-B19cHdoiCbxhvRGi3NzKPKneKgOI4+l8+Qg9/YVgUV8=";
+    sha256 = "sha256-nXJIgzm92OSSGHpN2+09Y8ILpU8Mf51vcVB0kMXBPZc=";
   };
 
-  cargoSha256 = "sha256-iO64K+d/wEyY/tVztIG8zYSha5X0iTHV7IDVthMJQGA=";
+  cargoSha256 = "sha256-vExZzJ3Rw+MiU4ikEqzIo51qZW0sxwE/zoVEdUKLXwY=";
 
   patches = [
     ./icon-paths.patch