about summary refs log tree commit diff
path: root/pkgs/applications/graphics/ahoviewer
diff options
context:
space:
mode:
authorAlbert Safin <xzfcpw@gmail.com>2017-10-28 21:04:44 +0700
committerRobin Gloster <mail@glob.in>2017-10-28 17:18:08 +0200
commit6ce41476599a8a0c06a9d9617767a8536b538d5f (patch)
treec0b2eb2fefdf5325a065c8ca2c63d295aa882c86 /pkgs/applications/graphics/ahoviewer
parent77046bed8a0946dbaace1d38ca49e3d85e3c6894 (diff)
ahoviewer: 1.4.8 -> 1.4.9
- Add xzfc to maintainers
Diffstat (limited to 'pkgs/applications/graphics/ahoviewer')
-rw-r--r--pkgs/applications/graphics/ahoviewer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/ahoviewer/default.nix b/pkgs/applications/graphics/ahoviewer/default.nix
index 986e16834f76b..2d42a479999ba 100644
--- a/pkgs/applications/graphics/ahoviewer/default.nix
+++ b/pkgs/applications/graphics/ahoviewer/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   name = "ahoviewer-${version}";
-  version = "1.4.8";
+  version = "1.4.9";
 
   src = fetchFromGitHub {
     owner = "ahodesuka";
     repo = "ahoviewer";
     rev = version;
-    sha256 = "0fsak22hpi2r8zqysswdyngaf3n635qvclqh1p0g0wrkfza4dbc4";
+    sha256 = "194h3k5zvd8gjrbs91qba7d9h7i30yh4rjk4w3aa1vwvv0qm2amx";
   };
 
   enableParallelBuilding = true; 
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     homepage = https://github.com/ahodesuka/ahoviewer;
     description = "A GTK2 image viewer, manga reader, and booru browser";
-    maintainers = [ maintainers.skrzyp ];
+    maintainers = with maintainers; [ skrzyp xzfc ];
     license = licenses.mit;
     platforms = platforms.allBut [ "darwin" "cygwin" ];
   };