summary refs log tree commit diff
path: root/pkgs/tools/networking/curl-unix-socket
diff options
context:
space:
mode:
authorArseniy Seroka <ars.seroka@gmail.com>2015-06-04 20:22:36 +0300
committerArseniy Seroka <ars.seroka@gmail.com>2015-06-04 23:34:14 +0300
commitdaf4ec39a5613d277706f0f559e074a06df2a23c (patch)
tree0cab879a034c67779f7bf395e69c4eaa0f957808 /pkgs/tools/networking/curl-unix-socket
parent9cd797ff269efc749563547b24e68a241f11932c (diff)
downloadnixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.tar
nixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.gz
nixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.bz2
nixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.lz
nixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.xz
nixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.zst
nixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.zip
fix: add missing versions
Diffstat (limited to 'pkgs/tools/networking/curl-unix-socket')
-rw-r--r--pkgs/tools/networking/curl-unix-socket/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/curl-unix-socket/default.nix b/pkgs/tools/networking/curl-unix-socket/default.nix
index 88d75ba570e..4f0b68ce4be 100644
--- a/pkgs/tools/networking/curl-unix-socket/default.nix
+++ b/pkgs/tools/networking/curl-unix-socket/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub, go }:
 
 stdenv.mkDerivation {
-  name = "curl-unix-socket";
+  name = "curl-unix-socket-2014-09-01";
 
   src = fetchFromGitHub {
     owner = "Soulou";