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

conky: 1.19.3 -> 1.19.4
This commit is contained in:
Nick Cao 2023-08-23 10:04:06 +08:00 committed by GitHub
commit 566b0fb650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,13 +67,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "conky";
version = "1.19.3";
version = "1.19.4";
src = fetchFromGitHub {
owner = "brndnmtthws";
repo = "conky";
rev = "v${version}";
hash = "sha256-Wt1g7/2PebpyxvIBihDBsl3DvM1EeRyOhD5ntlk0Oh0=";
hash = "sha256-XptnokBWtBx0W2k2C9jVwIYH8pOrDUbuQLvh8JrW/w8=";
};
postPatch = ''