Unverified Commit 448c5af6 authored by rewine's avatar rewine Committed by GitHub
Browse files

Merge pull request #307531 from alyssais/weston-13.0.1

weston: 13.0.0 -> 13.0.1
parents bb91fb6e d6ffebb4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''