Merge pull request #114885 from r-ryantm/auto-update/conky

conky: 1.11.6 -> 1.12.1
This commit is contained in:
Sandro 2021-03-22 01:00:06 +01:00 committed by GitHub
commit 9a778bb2fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,13 +68,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "conky";
version = "1.11.6";
version = "1.12.1";
src = fetchFromGitHub {
owner = "brndnmtthws";
repo = "conky";
rev = "v${version}";
sha256 = "0y2g66fjqp2hdk0y1h4ijxhnv34j16gizvxpmbigwh4n6zijcm6v";
sha256 = "sha256-qQx9+Z1OAQlbHupflzHD5JV4NqedoF8A57F1+rPT3/o=";
};
postPatch = ''