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

conky: 1.12.2 -> 1.13.1
This commit is contained in:
Christian Kögler 2022-10-01 10:08:32 +02:00 committed by GitHub
commit 34f8393199
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.12.2";
version = "1.13.1";
src = fetchFromGitHub {
owner = "brndnmtthws";
repo = "conky";
rev = "v${version}";
sha256 = "sha256-x6bR5E5LIvKWiVM15IEoUgGas/hcRp3F/O4MTOhVPb8=";
sha256 = "sha256-3eCRzjfHGFiKuxmRHvnzqAg/+ApUKnHhsumWnio/Qxg=";
};
postPatch = ''