summary refs log tree commit diff
path: root/pkgs/development/libraries/wlroots
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2019-06-03 15:24:50 +0200
committerPatrick Hilhorst <git@hilhorst.be>2019-06-04 16:11:41 +0200
commit67f340ec00c8d28d9b6c79e710f4b350351e61eb (patch)
tree7d11a746f3bc85bb6cb99c1fad9d90785d80597e /pkgs/development/libraries/wlroots
parent1a28cf89432d5f3c06134c20f866570a2594e149 (diff)
downloadnixpkgs-67f340ec00c8d28d9b6c79e710f4b350351e61eb.tar
nixpkgs-67f340ec00c8d28d9b6c79e710f4b350351e61eb.tar.gz
nixpkgs-67f340ec00c8d28d9b6c79e710f4b350351e61eb.tar.bz2
nixpkgs-67f340ec00c8d28d9b6c79e710f4b350351e61eb.tar.lz
nixpkgs-67f340ec00c8d28d9b6c79e710f4b350351e61eb.tar.xz
nixpkgs-67f340ec00c8d28d9b6c79e710f4b350351e61eb.tar.zst
nixpkgs-67f340ec00c8d28d9b6c79e710f4b350351e61eb.zip
wlroots: 0.5 -> 0.6
Diffstat (limited to 'pkgs/development/libraries/wlroots')
-rw-r--r--pkgs/development/libraries/wlroots/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/development/libraries/wlroots/default.nix b/pkgs/development/libraries/wlroots/default.nix
index d3b2d78bf0a..47e1c37492c 100644
--- a/pkgs/development/libraries/wlroots/default.nix
+++ b/pkgs/development/libraries/wlroots/default.nix
@@ -4,17 +4,15 @@
 , libpng, ffmpeg_4
 }:
 
-let
+stdenv.mkDerivation rec {
   pname = "wlroots";
-  version = "0.5.0";
-in stdenv.mkDerivation rec {
-  name = "${pname}-${version}";
+  version = "0.6.0";
 
   src = fetchFromGitHub {
     owner = "swaywm";
     repo = "wlroots";
     rev = version;
-    sha256 = "1phiidyddzgaxy4gbqwmykxn0y8za6y5mp66l9dpd9i6fml153yq";
+    sha256 = "1rdcmll5b8w242n6yfjpsaprq280ck2jmbz46dxndhignxgda7k4";
   };
 
   # $out for the library, $bin for rootston, and $examples for the example