summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-04 03:25:10 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-04 04:23:13 -0400
commitac17e43d8d6d9632bd0a5f6f067829f1cb3f9dcd (patch)
treeeb04a93c941917441415c84f12d1c72110fd4540 /pkgs
parent66ba3c583bf4940e06eb50d80a7aeda9f41f047d (diff)
downloadnixpkgs-ac17e43d8d6d9632bd0a5f6f067829f1cb3f9dcd.tar
nixpkgs-ac17e43d8d6d9632bd0a5f6f067829f1cb3f9dcd.tar.gz
nixpkgs-ac17e43d8d6d9632bd0a5f6f067829f1cb3f9dcd.tar.bz2
nixpkgs-ac17e43d8d6d9632bd0a5f6f067829f1cb3f9dcd.tar.lz
nixpkgs-ac17e43d8d6d9632bd0a5f6f067829f1cb3f9dcd.tar.xz
nixpkgs-ac17e43d8d6d9632bd0a5f6f067829f1cb3f9dcd.tar.zst
nixpkgs-ac17e43d8d6d9632bd0a5f6f067829f1cb3f9dcd.zip
aesop: 1.1.1 -> 1.1.2
https://github.com/lainsce/aesop/releases/tag/1.1.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/office/aesop/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/office/aesop/default.nix b/pkgs/applications/office/aesop/default.nix
index 470eabdf6e4..b71334a6a72 100644
--- a/pkgs/applications/office/aesop/default.nix
+++ b/pkgs/applications/office/aesop/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   pname = "aesop";
-  version = "1.1.1";
+  version = "1.1.2";
 
   src = fetchFromGitHub {
     owner = "lainsce";
     repo = pname;
     rev = version;
-    sha256 = "191azshc2z9pzc61fhmzv5cxnihh5wh3nj803kvi3rnk6nl9mhzh";
+    sha256 = "1vadm8295jb7jaah2qykf3h9zvl5c013sanmxqi4snmmq4pa32ax";
   };
 
   nativeBuildInputs = [
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
     description = "The simplest PDF viewer around";
     homepage = https://github.com/lainsce/aesop;
     license = licenses.gpl2Plus;
-    maintainers = with maintainers; [ worldofpeace ];
+    maintainers = pantheon.maintainers;
     platforms = platforms.linux;
   };
 }