Merge pull request #8178 from jagajaga/fix/versions

fix: add missing versions
This commit is contained in:
Arseniy Seroka
2015-06-06 00:22:10 +03:00
31 changed files with 38 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
{ buildRubyGem, coreutils, fetchgit }:
buildRubyGem {
name = "bundler-HEAD";
name = "bundler-2015-01-11";
src = fetchgit {
url = "https://github.com/bundler/bundler.git";
rev = "a2343c9eabf5403d8ffcbca4dea33d18a60fc157";

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;

View File

@@ -1,7 +1,7 @@
{stdenv, fetchurl, ocaml, findlib, camlp4}:
stdenv.mkDerivation {
name = "ocaml-optcomp";
name = "ocaml-optcomp-1.6";
src = fetchurl {
url = https://github.com/diml/optcomp/archive/1.6.tar.gz;
md5 = "d3587244dba1b8b10f24d0b60a8c700d";

View File

@@ -14,7 +14,7 @@ let
in
stdenv.mkDerivation rec {
name = "bossa";
name = "bossa-2014-08-18";
src = fetchgit {
url = https://github.com/shumatech/BOSSA;