Skip to content

Commit

Permalink
weston: 14.0.0 -> 14.0.1 (#350290)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Oct 21, 2024
2 parents 7349d9d + 6dad3ab commit f6813b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/window-managers/weston/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

stdenv.mkDerivation rec {
pname = "weston";
version = "14.0.0";
version = "14.0.1";

src = fetchurl {
url = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${version}/downloads/weston-${version}.tar.xz";
hash = "sha256-R/0DJbC5SOmwA6OP306zqFgfP9x0C4kys1roeTv05KU=";
hash = "sha256-qBUFBbEmpZ33gf6MMMjm+H2nAT4XkDnrhEpbu8x8ebM=";
};

depsBuildBuild = [ pkg-config ];
Expand Down

0 comments on commit f6813b8

Please sign in to comment.