Unverified Commit cfa13b31 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #232756 from r-ryantm/auto-update/swayr

swayr: 0.25.0 -> 0.26.1
parents 7c9e6f98 57379b6e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "swayr";
  version = "0.25.0";
  version = "0.26.1";

  src = fetchFromSourcehut {
    owner = "~tsdh";
    repo = "swayr";
    rev = "swayr-${version}";
    sha256 = "sha256-LaLliChsdsQePoRAxI7Sq5B68+uAtGuVrJKdTdva6cI=";
    sha256 = "sha256-8Z83VW45Sb29PUE5oyJdELD25tAKkcr0zXfZDgkNikk=";
  };

  cargoHash = "sha256-D631vqlwaWaLkBxpDFEINAXVzbi7e2K9QiRfyKPW5+A=";
  cargoHash = "sha256-QgzKmbYEmUr3qwSp58/dYwwz2tJeoJlMZfrp1vB0zjo=";

  patches = [
    ./icon-paths.patch