wayclip: 0.4.2 -> 0.5 (#446794)
This commit is contained in:
@@ -90,6 +90,8 @@
|
|||||||
|
|
||||||
- `forgejo` main program has been renamed to `bin/forgejo` from the previous `bin/gitea`.
|
- `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.
|
- `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.
|
- `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.
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "wayclip";
|
pname = "wayclip";
|
||||||
version = "0.4.2";
|
version = "0.5";
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"out"
|
"out"
|
||||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
owner = "~noocsharp";
|
owner = "~noocsharp";
|
||||||
repo = "wayclip";
|
repo = "wayclip";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-/xii/FF8JPv6KbMMxzww9AYqYJrpKYowsxQ5Bz7m+/M=";
|
hash = "sha256-Uej5ggtlPeDid1yKSfZt5FlCen1GLea6EWa4lL+BPRM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user