wayclip: 0.4.2 -> 0.5 (#446794)

This commit is contained in:
Yohann Boniface
2025-10-16 19:25:07 +00:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -90,6 +90,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.

View File

@@ -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;