diff options
| author | Michael Weiss <dev.primeos@gmail.com> | 2021-07-08 17:56:23 +0200 |
|---|---|---|
| committer | Maximilian Bosch <maximilian@mbosch.me> | 2021-07-12 10:11:43 +0200 |
| commit | 46667847c09fefe1e16e79cd351ec7197d1b000c (patch) | |
| tree | 333785120deb4d1c648502b2daf0666f9a470aa1 | |
| parent | blender: 2.93.0 -> 2.93.1 (diff) | |
| download | nixpkgs-46667847c09fefe1e16e79cd351ec7197d1b000c.tar.gz | |
wlroots: 0.14.0 -> 0.14.1
(cherry picked from commit 7632ba310eb4fcb249abbaf67c4094afafd17c18)
| -rw-r--r-- | pkgs/development/libraries/wlroots/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/wlroots/default.nix b/pkgs/development/libraries/wlroots/default.nix index d0596de44396..c3a4b1692cf5 100644 --- a/pkgs/development/libraries/wlroots/default.nix +++ b/pkgs/development/libraries/wlroots/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "wlroots"; - version = "0.14.0"; + version = "0.14.1"; src = fetchFromGitHub { owner = "swaywm"; repo = "wlroots"; rev = version; - sha256 = "103sf9bsyqw18kmaih11mlxwqi9ddymm95w1lfxz06pf69xwhd39"; + sha256 = "1sshp3lvlkl1i670kxhwsb4xzxl8raz6769kqvgmxzcb63ns9ay1"; }; # $out for the library and $examples for the example programs (in examples): |
