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

conky: 1.19.4 -> 1.19.5
This commit is contained in:
Weijia Wang 2023-10-18 00:00:47 +02:00 committed by GitHub
commit 85d5266551
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.4";
version = "1.19.5";
src = fetchFromGitHub {
owner = "brndnmtthws";
repo = "conky";
rev = "v${version}";
hash = "sha256-XptnokBWtBx0W2k2C9jVwIYH8pOrDUbuQLvh8JrW/w8=";
hash = "sha256-m8tI68PUEkO+tWbcq8CF5TAiKqFU9kcXMbi6NszS7NE=";
};
postPatch = ''