summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2019-10-07 18:24:49 +0200
committerMichael Weiss <dev.primeos@gmail.com>2019-10-07 18:30:09 +0200
commit1c32b7235de6dd6f17ad39fe2e38544e1b6afcb4 (patch)
tree2e88f00594c2904add4dec546ee45ada7af898b2 /pkgs
parentbc0f2b5b0789af866fb1cd4bca6c00a20b0169ba (diff)
downloadnixpkgs-1c32b7235de6dd6f17ad39fe2e38544e1b6afcb4.tar
nixpkgs-1c32b7235de6dd6f17ad39fe2e38544e1b6afcb4.tar.gz
nixpkgs-1c32b7235de6dd6f17ad39fe2e38544e1b6afcb4.tar.bz2
nixpkgs-1c32b7235de6dd6f17ad39fe2e38544e1b6afcb4.tar.lz
nixpkgs-1c32b7235de6dd6f17ad39fe2e38544e1b6afcb4.tar.xz
nixpkgs-1c32b7235de6dd6f17ad39fe2e38544e1b6afcb4.tar.zst
nixpkgs-1c32b7235de6dd6f17ad39fe2e38544e1b6afcb4.zip
wlroots: 0.7.0 -> 0.8.0
Changelog: https://github.com/swaywm/wlroots/releases/tag/0.8.0
Diffstat (limited to 'pkgs')
-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 4d820bd9519..520acea292d 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.0";
 
   src = fetchFromGitHub {
     owner = "swaywm";
     repo = "wlroots";
     rev = version;
-    sha256 = "0jzxa6psbc7ddxli7rbfqxmv1svxnis51l1vch4hb9fdixqm284a";
+    sha256 = "0w3lfzczry5zk7x2kxdb8anb4bymsby6h1i2gc0w2f8hgx4m2b9x";
   };
 
   # $out for the library and $examples for the example programs (in examples):