summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/wayland
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-09-28 19:10:26 +0300
committerArtturin <Artturin@artturin.com>2021-09-28 19:10:26 +0300
commit9a506d40321fb672a8b9543dfbda875188b617cb (patch)
treec1db8ca0a6c8ac6faadae56ae63359683453ec5d /pkgs/tools/wayland
parentca88d4db02e41986b19ba50b240c826a8d4e2f5f (diff)
swayr: 0.6.2 -> 0.7.0
Diffstat (limited to 'pkgs/tools/wayland')
-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 bb20222a9bef..195c0b1bf385 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.6.2";
+ version = "0.7.0";
src = fetchFromSourcehut {
owner = "~tsdh";
repo = "swayr";
rev = "v${version}";
- sha256 = "sha256-ZnZ9g8o1+VfhpDqxqtknNJ7dcyt5yuQcH3txxA3HICU=";
+ sha256 = "sha256-B19cHdoiCbxhvRGi3NzKPKneKgOI4+l8+Qg9/YVgUV8=";
};
- cargoSha256 = "sha256-0EhHFxbQi3Jgu13pXIjYYFYDEOQjwN5h+jE+22gJG0s=";
+ cargoSha256 = "sha256-iO64K+d/wEyY/tVztIG8zYSha5X0iTHV7IDVthMJQGA=";
patches = [
./icon-paths.patch