Merge pull request #208774 from adamcstephens/river/0.2.0

river: 0.1.3 -> 0.2.0
This commit is contained in:
Jörg Thalheim 2023-01-02 17:45:55 +00:00 committed by GitHub
commit eb44dbc1e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
, scdoc
, xwayland
, wayland-protocols
, wlroots
, wlroots_0_16
, libxkbcommon
, pixman
, udev
@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "river";
version = "0.1.3";
version = "0.2.0";
src = fetchFromGitHub {
owner = "riverwm";
repo = pname;
rev = "v${version}";
sha256 = "sha256-bHfHhyDx/Wzhvhr7mAeVzJf0TBJgMTGb/ClGjWMLlQ8=";
sha256 = "sha256-BrOZch6wkiBB4rk0M7Aoy8sZh8uOTQFOPxd3xLyy/K0=";
fetchSubmodules = true;
};
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
buildInputs = [
wayland-protocols
wlroots
wlroots_0_16
libxkbcommon
pixman
udev
@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
description = "A dynamic tiling wayland compositor";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ fortuneteller2k ];
maintainers = with maintainers; [ fortuneteller2k adamcstephens ];
};
}