Unverified Commit 301b8431 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

conky: 1.19.5 -> 1.19.6
parents 26814c02 cedb1ed6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -67,13 +67,13 @@ with lib;

stdenv.mkDerivation rec {
  pname = "conky";
  version = "1.19.5";
  version = "1.19.6";

  src = fetchFromGitHub {
    owner = "brndnmtthws";
    repo = "conky";
    rev = "v${version}";
    hash = "sha256-m8tI68PUEkO+tWbcq8CF5TAiKqFU9kcXMbi6NszS7NE=";
    hash = "sha256-L8YSbdk+qQl17L4IRajFD/AEWRXb2w7xH9sM9qPGrQo=";
  };

  postPatch = ''