tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
weston: 1.10.0 -> 1.11.0
Alexander Ried
9 years ago
eda20005
6b6f0673
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
window-managers
weston
default.nix
+2
-2
pkgs/applications/window-managers/weston/default.nix
···
7
7
8
8
stdenv.mkDerivation rec {
9
9
name = "weston-${version}";
10
10
-
version = "1.10.0";
10
10
+
version = "1.11.0";
11
11
12
12
src = fetchurl {
13
13
url = "http://wayland.freedesktop.org/releases/${name}.tar.xz";
14
14
-
sha256 = "1hd5593zz5s3s07vb6linp6akbs62wy2ijh3g7gksafq016h1cp0";
14
14
+
sha256 = "09biddxw3ar797kxf9mywjkb2iwky6my39gpp51ni846y7lqdq05";
15
15
};
16
16
17
17
nativeBuildInputs = [ pkgconfig ];