Unverified Commit 975db65b authored by R. RyanTM's avatar R. RyanTM Committed by Seth Flynn
Browse files

wayclip: 0.4.2 -> 0.5

parent 518168cb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -75,6 +75,8 @@

- `forgejo` main program has been renamed to `bin/forgejo` from the previous `bin/gitea`.

- `wayclip` now uses the `ext-data-control-v1` Wayland protocol instead of `wlr-data-control-unstable-v1`.

- `cudaPackages.cudatoolkit-legacy-runfile` has been removed.

- `conduwuit` was removed due to upstream ceasing development and deleting their repository. For existing data, a migration to `matrix-conduit`, `matrix-continuwuity` or `matrix-tuwunel` may be possible.
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "wayclip";
  version = "0.4.2";
  version = "0.5";

  outputs = [
    "out"
@@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "~noocsharp";
    repo = "wayclip";
    rev = finalAttrs.version;
    hash = "sha256-/xii/FF8JPv6KbMMxzww9AYqYJrpKYowsxQ5Bz7m+/M=";
    hash = "sha256-Uej5ggtlPeDid1yKSfZt5FlCen1GLea6EWa4lL+BPRM=";
  };

  strictDeps = true;