Merge pull request #56617 from r-ryantm/auto-update/conky
conky: 1.11.2 -> 1.11.3
This commit is contained in:
commit
9ca8037760
@ -68,13 +68,13 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "conky-${version}";
|
name = "conky-${version}";
|
||||||
version = "1.11.2";
|
version = "1.11.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "brndnmtthws";
|
owner = "brndnmtthws";
|
||||||
repo = "conky";
|
repo = "conky";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0yalcpwx85smh6nnvxxsgqi344nk7jzlkkam7yjghm87df4v7xmx";
|
sha256 = "0pdl31xvmy8niagzqx9sd2b6hc6lzwfiaz66m4djf1gz9bksc8qv";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user