summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-05-18 01:05:44 -0600
committerGitHub <noreply@github.com>2023-05-18 01:05:44 -0600
commitc84fbf1f2da608ed53c717083b4dbce01d5aa5c9 (patch)
tree9c62097c38d5f6fcc9131be798fba37be1843164
parent832d549394fd455dccc6cdfa513f99c51bb3aa52 (diff)
parent03494ecbf56203b5d5fe2a17b44962d3dc1c5ad8 (diff)
downloadnixpkgs-c84fbf1f2da608ed53c717083b4dbce01d5aa5c9.tar
nixpkgs-c84fbf1f2da608ed53c717083b4dbce01d5aa5c9.tar.gz
nixpkgs-c84fbf1f2da608ed53c717083b4dbce01d5aa5c9.tar.bz2
nixpkgs-c84fbf1f2da608ed53c717083b4dbce01d5aa5c9.tar.lz
nixpkgs-c84fbf1f2da608ed53c717083b4dbce01d5aa5c9.tar.xz
nixpkgs-c84fbf1f2da608ed53c717083b4dbce01d5aa5c9.tar.zst
nixpkgs-c84fbf1f2da608ed53c717083b4dbce01d5aa5c9.zip
Merge pull request #232470 from alyssais/weston-11.0.2
weston: 11.0.1 -> 11.0.2
-rw-r--r--pkgs/applications/window-managers/weston/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/window-managers/weston/default.nix b/pkgs/applications/window-managers/weston/default.nix
index 21eeb3949a1..13dd27e9386 100644
--- a/pkgs/applications/window-managers/weston/default.nix
+++ b/pkgs/applications/window-managers/weston/default.nix
@@ -12,11 +12,11 @@
 
 stdenv.mkDerivation rec {
   pname = "weston";
-  version = "11.0.1";
+  version = "11.0.2";
 
   src = fetchurl {
-    url = "https://gitlab.freedesktop.org/wayland/weston/uploads/f5648c818fba5432edc3ea63c4db4813/weston-${version}.tar.xz";
-    sha256 = "sha256-pBP2jCUpV/wxkcNlCCPsNWrowSTMwMtEDaXNxOLLnlc=";
+    url = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${version}/downloads/weston-${version}.tar.xz";
+    hash = "sha256-ckB1LO8LfeYiuvi9U0jmP8axnwLvgklhsq3Rd9llKVI=";
   };
 
   depsBuildBuild = [ pkg-config ];