wayland: 1.23.0 -> 1.23.1

This commit is contained in:
Sergei Trofimovich
2024-08-25 13:49:14 +02:00
committed by Alyssa Ross
parent eb403bf156
commit 0835b9f6de
@@ -22,11 +22,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wayland";
version = "1.23.0";
version = "1.23.1";
src = fetchurl {
url = with finalAttrs; "https://gitlab.freedesktop.org/wayland/wayland/-/releases/${version}/downloads/${pname}-${version}.tar.xz";
hash = "sha256-BbPhV00+Z2JrWXT4YvNrW0J8fO65Zcs2pObC00LkWrI=";
hash = "sha256-hk+yqDmeLQ7DnVbp2bdTwJN3W+rcYCLOgfRBkpqB5e0=";
};
patches = [