weston: 13.0.0 -> 13.0.1

This commit is contained in:
Alyssa Ross 2024-04-28 20:18:48 +02:00
parent 5164ebdf66
commit d6ffebb44a
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -19,11 +19,11 @@
stdenv.mkDerivation rec {
pname = "weston";
version = "13.0.0";
version = "13.0.1";
src = fetchurl {
url = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${version}/downloads/weston-${version}.tar.xz";
hash = "sha256-Uv8dSqI5Si5BbIWjOLYnzpf6cdQ+t2L9Sq8UXTb8eVo=";
hash = "sha256-6hVmq09f/Ofp/U96H8pbMMquTVACO/RZITmUCU4Cspo=";
};
postPatch = ''