about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2023-01-19 13:00:37 +0100
committerGitHub <noreply@github.com>2023-01-19 13:00:37 +0100
commit39d335ea0f90af916c5159557f89da975a0a14b3 (patch)
treec692f316c7e45c52554225f3a8663d59bb8b5f7c /pkgs/applications/graphics
parent4d113bf3d12766df8f01b45f5648a758a69d13cb (diff)
parent2abe4983620828a00bb83fdd3a01792ed64db2ad (diff)
Merge pull request #210175 from r-ryantm/auto-update/yacreader
yacreader: 9.10.0 -> 9.11.0
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/yacreader/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/yacreader/default.nix b/pkgs/applications/graphics/yacreader/default.nix
index a92adee106240..ba6370a5a4147 100644
--- a/pkgs/applications/graphics/yacreader/default.nix
+++ b/pkgs/applications/graphics/yacreader/default.nix
@@ -5,13 +5,13 @@
 
 mkDerivation rec {
   pname = "yacreader";
-  version = "9.10.0";
+  version = "9.11.0";
 
   src = fetchFromGitHub {
     owner = "YACReader";
     repo = pname;
     rev = version;
-    sha256 = "sha256-77+lsEvmwQ34maW+HA/IpPsEezlzYEYipc74yR6inwU=";
+    sha256 = "sha256-/fSIV+4j516PgHGn6zF+TfVaVW/lVWykf5J8bnQuttg=";
   };
 
   nativeBuildInputs = [ qmake pkg-config ];