Merge pull request #8178 from jagajaga/fix/versions
fix: add missing versions
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchgit }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cppzmq";
|
||||
name = "cppzmq-2015-03-05";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://github.com/zeromq/cppzmq";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -14,7 +14,7 @@ let
|
||||
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "bossa";
|
||||
name = "bossa-2014-08-18";
|
||||
|
||||
src = fetchgit {
|
||||
url = https://github.com/shumatech/BOSSA;
|
||||
|
||||
Reference in New Issue
Block a user