summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-08-13 08:52:01 -0500
committerGitHub <noreply@github.com>2020-08-13 08:52:01 -0500
commit0424be4d5e055a67feaea12e1238a008a442e80e (patch)
tree0d5d42d0db8711bc86e544f9675c5a99662cbef3 /pkgs/tools/text
parent3da6bf093c05352aed079e4b3fe4c94e3fa8e23d (diff)
parent79ae3e24df09aadffc44eb626a89794842253915 (diff)
downloadnixpkgs-0424be4d5e055a67feaea12e1238a008a442e80e.tar
nixpkgs-0424be4d5e055a67feaea12e1238a008a442e80e.tar.gz
nixpkgs-0424be4d5e055a67feaea12e1238a008a442e80e.tar.bz2
nixpkgs-0424be4d5e055a67feaea12e1238a008a442e80e.tar.lz
nixpkgs-0424be4d5e055a67feaea12e1238a008a442e80e.tar.xz
nixpkgs-0424be4d5e055a67feaea12e1238a008a442e80e.tar.zst
nixpkgs-0424be4d5e055a67feaea12e1238a008a442e80e.zip
Merge pull request #95292 from r-ryantm/auto-update/aha
aha: 0.5 -> 0.5.1
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/aha/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/aha/default.nix b/pkgs/tools/text/aha/default.nix
index a823f37d8d2..1a6d65c52cd 100644
--- a/pkgs/tools/text/aha/default.nix
+++ b/pkgs/tools/text/aha/default.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   pname = "aha";
-  version = "0.5";
+  version = "0.5.1";
 
   src = fetchFromGitHub {
-    sha256 = "0byml4rmpiaalwx69jcixl3yvpvwmwiss1jzgsqwshilb2p4qnmz";
+    sha256 = "1gywad0rvvz3c5balz8cxsnx0562hj2ngzqyr8zsy2mb4pn0lpgv";
     rev = version;
     repo = "aha";
     owner = "theZiz";
@@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/theZiz/aha";
     license = with licenses; [ lgpl2Plus mpl11 ];
     maintainers = with maintainers; [ pSub ];
-    platforms = platforms.linux;
+    platforms = platforms.all;
   };
 }