Merge pull request #276823 from r-ryantm/auto-update/qjournalctl

qjournalctl: 0.6.3 -> 0.6.4
This commit is contained in:
José Romildo Malaquias
2023-12-26 09:00:16 -03:00
committed by GitHub
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "qjournalctl";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "pentix";
repo = pname;
rev = "v${version}";
sha256 = "0j27cmfq29mwrbjfrrwi6m1grcamhbfhk47xzlfsx5wr2q9m6qkz";
sha256 = "sha256-anNNzqjbIaQI+MAwwMwzy6v4SKqi4u9F5IbFBErm4q8=";
};
postPatch = ''