lol

Merge: wlr-randr: 0.4.1 -> 0.5.0 (#381688)

authored by

Maximilian Bosch and committed by
GitHub
7bdb5ae1 a881767c

+8 -7
+8 -7
pkgs/by-name/wl/wlr-randr/package.nix
··· 1 1 { 2 2 lib, 3 3 stdenv, 4 - fetchFromSourcehut, 4 + fetchFromGitLab, 5 5 meson, 6 6 ninja, 7 7 pkg-config, ··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "wlr-randr"; 14 - version = "0.4.1"; 14 + version = "0.5.0"; 15 15 16 - src = fetchFromSourcehut { 17 - owner = "~emersion"; 18 - repo = pname; 16 + src = fetchFromGitLab { 17 + domain = "gitlab.freedesktop.org"; 18 + owner = "emersion"; 19 + repo = "wlr-randr"; 19 20 rev = "v${version}"; 20 - hash = "sha256-2kWTVAi4hq2d9jQ6yBLVzm3x7n/oSvBdZ45WyjhXhc4="; 21 + hash = "sha256-lHOGpY0IVnR8QdSqJbtIA4FkhmQ/zDiFNqqXyj8iw/s="; 21 22 }; 22 23 23 24 strictDeps = true; ··· 34 35 35 36 meta = with lib; { 36 37 description = "Xrandr clone for wlroots compositors"; 37 - homepage = "https://git.sr.ht/~emersion/wlr-randr"; 38 + homepage = "https://gitlab.freedesktop.org/emersion/wlr-randr"; 38 39 license = licenses.mit; 39 40 maintainers = with maintainers; [ ma27 ]; 40 41 platforms = platforms.linux;