conky: 1.11.6 -> 1.12.1
This commit is contained in:
parent
6040ffb45f
commit
4c3ad2c1fc
@ -68,13 +68,13 @@ with lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "conky";
|
pname = "conky";
|
||||||
version = "1.11.6";
|
version = "1.12.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "brndnmtthws";
|
owner = "brndnmtthws";
|
||||||
repo = "conky";
|
repo = "conky";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0y2g66fjqp2hdk0y1h4ijxhnv34j16gizvxpmbigwh4n6zijcm6v";
|
sha256 = "sha256-qQx9+Z1OAQlbHupflzHD5JV4NqedoF8A57F1+rPT3/o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user