mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
wlroots: 0.5 -> 0.6
This commit is contained in:
parent
1a28cf8943
commit
67f340ec00
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user