lolcat: 42.1.0 -> 90.8.8
This commit is contained in:
parent
a3d84cbd32
commit
48776d58b1
@ -640,6 +640,7 @@
|
|||||||
sternenseemann = "Lukas Epple <post@lukasepple.de>";
|
sternenseemann = "Lukas Epple <post@lukasepple.de>";
|
||||||
stesie = "Stefan Siegl <stesie@brokenpipe.de>";
|
stesie = "Stefan Siegl <stesie@brokenpipe.de>";
|
||||||
steveej = "Stefan Junker <mail@stefanjunker.de>";
|
steveej = "Stefan Junker <mail@stefanjunker.de>";
|
||||||
|
StillerHarpo = "Florian Engel <florianengel39@gmail.com>";
|
||||||
stumoss = "Stuart Moss <samoss@gmail.com>";
|
stumoss = "Stuart Moss <samoss@gmail.com>";
|
||||||
SuprDewd = "Bjarki Ágúst Guðmundsson <suprdewd@gmail.com>";
|
SuprDewd = "Bjarki Ágúst Guðmundsson <suprdewd@gmail.com>";
|
||||||
swarren83 = "Shawn Warren <shawn.w.warren@gmail.com>";
|
swarren83 = "Shawn Warren <shawn.w.warren@gmail.com>";
|
||||||
|
@ -1,14 +1,17 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
lolcat (42.1.0)
|
lolcat (90.8.8)
|
||||||
paint (~> 0.8.3)
|
paint (~> 2.0.0)
|
||||||
trollop (~> 1.16.2)
|
trollop (~> 2.1.2)
|
||||||
paint (0.8.7)
|
paint (2.0.1)
|
||||||
trollop (1.16.2)
|
trollop (2.1.2)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
lolcat
|
lolcat
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.14.6
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
{ stdenv, lib, bundlerEnv, gpgme, ruby, ncurses, writeText, zlib, xapian
|
{ lib, bundlerEnv, ruby }:
|
||||||
, pkgconfig, which }:
|
|
||||||
|
bundlerEnv rec {
|
||||||
|
name = "${pname}-${version}";
|
||||||
|
pname = "lolcat";
|
||||||
|
version = (import ./gemset.nix).lolcat.version;
|
||||||
|
|
||||||
bundlerEnv {
|
|
||||||
inherit ruby;
|
inherit ruby;
|
||||||
|
|
||||||
pname = "lolcat";
|
# expects Gemfile, Gemfile.lock and gemset.nix in the same directory
|
||||||
gemdir = ./.;
|
gemdir = ./.;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A rainbow version of cat";
|
description = "A rainbow version of cat";
|
||||||
homepage = https://github.com/busyloop/lolcat;
|
homepage = https://github.com/busyloop/lolcat;
|
||||||
license = licenses.wtfpl;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ StillerHarpo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,27 +1,27 @@
|
|||||||
{
|
{
|
||||||
"lolcat" = {
|
lolcat = {
|
||||||
version = "42.1.0";
|
dependencies = ["paint" "trollop"];
|
||||||
source = {
|
source = {
|
||||||
|
remotes = ["http://rubygems.org"];
|
||||||
|
sha256 = "1q031wq8wvp09llb39w0ql5k1zkblvkbmhlvrkc3ym832pibk06f";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
sha256 = "1jp0g7k958dg709dm1qs7nr8dmi4vlgvmcvqcr1zhk8ygx89rwgc";
|
|
||||||
};
|
};
|
||||||
dependencies = [
|
version = "90.8.8";
|
||||||
"paint"
|
|
||||||
"trollop"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
"paint" = {
|
paint = {
|
||||||
version = "0.8.7";
|
|
||||||
source = {
|
source = {
|
||||||
|
remotes = ["http://rubygems.org"];
|
||||||
|
sha256 = "1gnh9cihc84w4xbw51pg15crjvhblbq6nkzljrp7kmn3434nsg0d";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
sha256 = "0nl1x0190d44bfczlxdy16gxsvm95y14kxv3k9n92h9ap2zvdyd8";
|
|
||||||
};
|
};
|
||||||
|
version = "2.0.1";
|
||||||
};
|
};
|
||||||
"trollop" = {
|
trollop = {
|
||||||
version = "1.16.2";
|
|
||||||
source = {
|
source = {
|
||||||
|
remotes = ["http://rubygems.org"];
|
||||||
|
sha256 = "0415y63df86sqj43c0l82and65ia5h64if7n0znkbrmi6y0jwhl8";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
sha256 = "0frrp90dw266h3kf9g925dppir9l7p8jxknw6dn5nz6fa6c4g5lg";
|
|
||||||
};
|
};
|
||||||
|
version = "2.1.2";
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user