From b2f65a3affe5ab516aace2f61afa381d1c98a150 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sun, 17 Jul 2022 15:12:30 +0200 Subject: [PATCH] weston: 10.0.0 -> 10.0.1 Release announcement: https://lists.freedesktop.org/archives/wayland-devel/2022-June/042260.html The URLs of the release tarballs did change as can be seen on the website [0] (the old URL scheme doesn't work anymore). [0]: https://wayland.freedesktop.org/releases.html --- pkgs/applications/window-managers/weston/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/window-managers/weston/default.nix b/pkgs/applications/window-managers/weston/default.nix index eef1a14639bb..10f67558cfcb 100644 --- a/pkgs/applications/window-managers/weston/default.nix +++ b/pkgs/applications/window-managers/weston/default.nix @@ -10,11 +10,11 @@ with lib; stdenv.mkDerivation rec { pname = "weston"; - version = "10.0.0"; + version = "10.0.1"; src = fetchurl { - url = "https://wayland.freedesktop.org/releases/${pname}-${version}.tar.xz"; - sha256 = "1bj7wnadr7ssn6xw7k8ki0wpj6np3kjd2pcysfz3h0mr290rc8sw"; + url = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${version}/downloads/weston-${version}.tar.xz"; + sha256 = "05a10gfbadyxkwgsncc5vc343f493csgh10vk0878nl6d98557la"; }; patches = [