about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorMalo Bourgon <mbourgon@gmail.com>2021-07-12 10:38:56 -0700
committerRaphael Megzari <raphael@megzari.com>2021-07-13 03:45:36 +0900
commitb24129f9c9cb5643234b9ac6d1237aafe6b29ed5 (patch)
tree1dd14b4e8bb7a6a8d8a6e6d4376c6cf652e328c5 /pkgs/shells
parent2201e7d8ce73625b65b481feeea7b62cac7f970b (diff)
downloadnixlib-b24129f9c9cb5643234b9ac6d1237aafe6b29ed5.tar
nixlib-b24129f9c9cb5643234b9ac6d1237aafe6b29ed5.tar.gz
nixlib-b24129f9c9cb5643234b9ac6d1237aafe6b29ed5.tar.bz2
nixlib-b24129f9c9cb5643234b9ac6d1237aafe6b29ed5.tar.lz
nixlib-b24129f9c9cb5643234b9ac6d1237aafe6b29ed5.tar.xz
nixlib-b24129f9c9cb5643234b9ac6d1237aafe6b29ed5.tar.zst
nixlib-b24129f9c9cb5643234b9ac6d1237aafe6b29ed5.zip
fishPlugins.done: 1.16.1 -> 1.16.3
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/fish/plugins/done.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/fish/plugins/done.nix b/pkgs/shells/fish/plugins/done.nix
index 25065b21fb14..8d1a14e19f23 100644
--- a/pkgs/shells/fish/plugins/done.nix
+++ b/pkgs/shells/fish/plugins/done.nix
@@ -2,13 +2,13 @@
 
 buildFishPlugin rec {
   pname = "done";
-  version = "1.16.1";
+  version = "1.16.3";
 
   src = fetchFromGitHub {
     owner = "franciscolourenco";
     repo = "done";
     rev = version;
-    sha256 = "NFysKzRZgDXXZW/sUlZNu7ZpMCKwbjAhIfspSK3UqCY=";
+    sha256 = "Xld66z9vVp3kxikndZ9k/zlNvP0YSoSCNTBkJ8rT3uo=";
   };
 
   checkPlugins = [ fishtape ];