summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorPatrick Mahoney <pat@polycrystal.org>2015-07-28 06:13:42 -0500
committerPatrick Mahoney <pat@polycrystal.org>2015-09-23 22:23:21 -0500
commit1fcf088a6a4c7e5f7b1c22b19f23e83332646fcf (patch)
treede4c1dc6729f4c2240e6985d4ca8eadfe8da61d7 /pkgs/tools
parent2dc98aaec7a912d830917fc56cf6bfa312bb5eb3 (diff)
downloadnixlib-1fcf088a6a4c7e5f7b1c22b19f23e83332646fcf.tar
nixlib-1fcf088a6a4c7e5f7b1c22b19f23e83332646fcf.tar.gz
nixlib-1fcf088a6a4c7e5f7b1c22b19f23e83332646fcf.tar.bz2
nixlib-1fcf088a6a4c7e5f7b1c22b19f23e83332646fcf.tar.lz
nixlib-1fcf088a6a4c7e5f7b1c22b19f23e83332646fcf.tar.xz
nixlib-1fcf088a6a4c7e5f7b1c22b19f23e83332646fcf.tar.zst
nixlib-1fcf088a6a4c7e5f7b1c22b19f23e83332646fcf.zip
execline 2.1.2.0 -> 2.1.4.0
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 162cc9a48ff8..7478b1e33eea 100644
--- a/pkgs/tools/misc/execline/default.nix
+++ b/pkgs/tools/misc/execline/default.nix
@@ -2,7 +2,7 @@
 
 let
 
-  version = "2.1.2.0";
+  version = "2.1.4.0";
 
 in stdenv.mkDerivation rec {
 
@@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
   src = fetchgit {
     url = "git://git.skarnet.org/execline";
     rev = "refs/tags/v${version}";
-    sha256 = "0p9wp1rq8010k5yxlvamajhi6m24r9v7ikb7scvznf6zb2b0d9hf";
+    sha256 = "1ih0mmkra3aa697nz7haaifq2hfy3wjj39npxzg9zr37m7yw67yz";
   };
 
   dontDisableStatic = true;