Merge pull request #55084 from dtzWill/update/compton-git-5.1-rc2

compton-git: 5 -> 5.1-rc2, fix crashes and other regressions
This commit is contained in:
Franz Pletz 2019-02-03 08:27:51 +00:00 committed by GitHub
commit e1f69f8f3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ let
gitSource = rec { gitSource = rec {
pname = "compton-git"; pname = "compton-git";
version = "5"; version = "5.1-rc2";
COMPTON_VERSION = "v${version}"; COMPTON_VERSION = "v${version}";
@ -73,7 +73,7 @@ let
owner = "yshui"; owner = "yshui";
repo = "compton"; repo = "compton";
rev = COMPTON_VERSION; rev = COMPTON_VERSION;
sha256 = "1x5r2dch023imgdqhgf1zxi05cc742s7xr7jzpymvl9ldqly8ppa"; sha256 = "1qpy76kkhz8gfby842ry7lanvxkjxh4ckclkcjk4xi2wsmbhyp08";
}; };
buildInputs = [ buildInputs = [