mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
sway-unwrapped: 1.10.1 -> 1.11
Diff: https://github.com/swaywm/sway/compare/1.10.1...1.11
Changelog: https://github.com/swaywm/sway/releases/tag/1.11
(cherry picked from commit 0656506b74
)
This commit is contained in:
parent
3ae15af301
commit
f0c77a2ca2
2 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "sway-unwrapped";
|
||||
version = "1.10.1";
|
||||
version = "1.11";
|
||||
|
||||
inherit
|
||||
enableXWayland
|
||||
|
@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
owner = "swaywm";
|
||||
repo = "sway";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-uBtQk8uhW/i8lSbv6zwsRyiiImFBw1YCQHVWQ8jot5w=";
|
||||
hash = "sha256-xMrexVDpgkGnvAAglshsh7HjvcbU2/Q6JLUd5J487qg=";
|
||||
};
|
||||
|
||||
patches =
|
||||
|
|
|
@ -2070,7 +2070,7 @@ with pkgs;
|
|||
coreboot-configurator = libsForQt5.callPackage ../tools/misc/coreboot-configurator { };
|
||||
|
||||
sway-unwrapped = callPackage ../by-name/sw/sway-unwrapped/package.nix {
|
||||
wlroots = wlroots_0_18;
|
||||
wlroots = wlroots_0_19;
|
||||
};
|
||||
|
||||
cambrinary = python3Packages.callPackage ../applications/misc/cambrinary { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue