lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

wayland: 1.23.1 -> 1.24.0 (#423023)

authored by

rewine and committed by
GitHub
134c7414 ad74cdad

+2 -2
+2 -2
pkgs/development/libraries/wayland/default.nix
··· 23 23 24 24 stdenv.mkDerivation (finalAttrs: { 25 25 pname = "wayland"; 26 - version = "1.23.1"; 26 + version = "1.24.0"; 27 27 28 28 src = fetchurl { 29 29 url = 30 30 with finalAttrs; 31 31 "https://gitlab.freedesktop.org/wayland/wayland/-/releases/${version}/downloads/${pname}-${version}.tar.xz"; 32 - hash = "sha256-hk+yqDmeLQ7DnVbp2bdTwJN3W+rcYCLOgfRBkpqB5e0="; 32 + hash = "sha256-gokkh6Aa1nszTsqDtUMXp8hqA6ic+trP71IR8RpdBTY="; 33 33 }; 34 34 35 35 patches = [