weston: 13.0.2 -> 13.0.3

This commit is contained in:
Alyssa Ross 2024-06-08 20:38:34 +01:00
parent c95c1a563d
commit 0acc5576ae
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.2";
version = "13.0.3";
src = fetchurl {
url = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${version}/downloads/weston-${version}.tar.xz";
hash = "sha256-T+EUAfVe3Dp7Z1/RwJ8VmGAWL6p9PJegpNaCOzHu0Qw=";
hash = "sha256-J/aNluO5fZjare8TogI1ZSSST6OBQY+mcWuRNu8JkJM=";
};
postPatch = ''