wlroots: 0.5 -> 0.6

This commit is contained in:
Patrick Hilhorst 2019-06-03 15:24:50 +02:00
parent 1a28cf8943
commit 67f340ec00
No known key found for this signature in database
GPG Key ID: 589BB0A8DAFEF2B2

View File

@ -4,17 +4,15 @@
, libpng, ffmpeg_4 , libpng, ffmpeg_4
}: }:
let stdenv.mkDerivation rec {
pname = "wlroots"; pname = "wlroots";
version = "0.5.0"; version = "0.6.0";
in stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "swaywm"; owner = "swaywm";
repo = "wlroots"; repo = "wlroots";
rev = version; rev = version;
sha256 = "1phiidyddzgaxy4gbqwmykxn0y8za6y5mp66l9dpd9i6fml153yq"; sha256 = "1rdcmll5b8w242n6yfjpsaprq280ck2jmbz46dxndhignxgda7k4";
}; };
# $out for the library, $bin for rootston, and $examples for the example # $out for the library, $bin for rootston, and $examples for the example