about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-03-04 08:28:15 -0600
committerProfpatsch <mail@profpatsch.de>2019-03-04 23:23:55 +0100
commit18ef1da03d4042ec68a607731041fd8d8bf7176b (patch)
treec66e579037d1c2f836090e2c1f50c27ff7911a5f /pkgs/tools
parent079eeaf3ef32945bf180666aa214492ff6facc23 (diff)
execline: 2.5.0.1 -> 2.5.1.0
https://skarnet.org/software/execline/upgrade.html
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/execline/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/execline/default.nix b/pkgs/tools/misc/execline/default.nix
index 770f4ae67f453..553a68abf0bfc 100644
--- a/pkgs/tools/misc/execline/default.nix
+++ b/pkgs/tools/misc/execline/default.nix
@@ -4,8 +4,8 @@ with skawarePackages;
 
 buildPackage {
   pname = "execline";
-  version = "2.5.0.1";
-  sha256 = "0j8hwdw8wn0rv8njdza8fbgmvyjg7hqp3qlbw00i7fwskr7d21wd";
+  version = "2.5.1.0";
+  sha256 = "0xr6yb50wm6amj1wc7jmxyv7hvlx2ypbnww1vc288j275625d9xi";
 
   description = "A small scripting language, to be used in place of a shell in non-interactive scripts";