Skip to content

Commit

Permalink
Merge pull request #146835 from polykernel/swayr-update-patch-1
Browse files Browse the repository at this point in the history
swayr: 0.7.0 -> 0.10.0
  • Loading branch information
Artturin authored Nov 25, 2021
2 parents 6e692e2 + 7d310da commit ac91abb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/wayland/swayr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac91abb

Please sign in to comment.