about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2019-10-08 13:08:50 +0200
committerGitHub <noreply@github.com>2019-10-08 13:08:50 +0200
commit07d4df5962625285bcc09b057b40001bfa32340d (patch)
tree7b455fd39c9781a4ec08655d54362beccfbd4e1f /pkgs/development
parent392eebdb280b4e58dfcf7725dd690e0b97a3a1b9 (diff)
parent02eca5f31e4c126980be29b1f85c9330437959ea (diff)
Merge pull request #70651 from primeos/wlroots
wlroots: 0.7.0 -> 0.8.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/wlroots/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/wlroots/default.nix b/pkgs/development/libraries/wlroots/default.nix
index 4d820bd951980..54464ffd4b663 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.7.0";
+  version = "0.8.1";
 
   src = fetchFromGitHub {
     owner = "swaywm";
     repo = "wlroots";
     rev = version;
-    sha256 = "0jzxa6psbc7ddxli7rbfqxmv1svxnis51l1vch4hb9fdixqm284a";
+    sha256 = "1ak86kx617c81dy85wg9rldy1z3n8ch93cjc05a4j6sifv0nkyfm";
   };
 
   # $out for the library and $examples for the example programs (in examples):