Merge pull request #198928 from r-ryantm/auto-update/yacreader

yacreader: 9.9.2 -> 9.10.0
This commit is contained in:
ajs124 2022-11-12 00:22:06 +01:00 committed by GitHub
commit 8c5d19e712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
mkDerivation rec {
pname = "yacreader";
version = "9.9.2";
version = "9.10.0";
src = fetchFromGitHub {
owner = "YACReader";
repo = pname;
rev = version;
sha256 = "sha256-rurJkCIuHTWxIGb+TTHp8sQS26/5W/sdtWFxyeqVx54=";
sha256 = "sha256-77+lsEvmwQ34maW+HA/IpPsEezlzYEYipc74yR6inwU=";
};
nativeBuildInputs = [ qmake pkg-config ];