fix: add missing versions

This commit is contained in:
Arseniy Seroka
2015-06-04 20:22:36 +03:00
parent 9cd797ff26
commit daf4ec39a5
31 changed files with 38 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
{ stdenv, fetchgit }:
stdenv.mkDerivation rec {
name = "cppzmq";
name = "cppzmq-2015-03-05";
src = fetchgit {
url = "git://github.com/zeromq/cppzmq";

View File

@@ -5,7 +5,7 @@
stdenv.mkDerivation rec {
# No support yet for cg, cuda, glew, glut, openexr.
name = "nvidia-texture-tools";
name = "nvidia-texture-tools-1388";
src = fetchsvn {
url = "http://nvidia-texture-tools.googlecode.com/svn/trunk";

View File

@@ -2,7 +2,7 @@
, git, xlibs, gnum4, libxcb, gperf }:
stdenv.mkDerivation rec {
name = "xcb-util-cursor-HEAD";
name = "xcb-util-cursor-0.1.1-3-gf03cc27";
src = fetchgit {
url = http://anongit.freedesktop.org/git/xcb/util-cursor.git;