timetrap: 1.15.2 -> 1.15.5

This commit is contained in:
Guy Chronister
2025-05-11 14:24:40 +00:00
parent f1d0a4aa2e
commit 5f3bdeb82e
3 changed files with 52 additions and 22 deletions
+10 -6
View File
@@ -1,13 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
bigdecimal (3.1.9)
chronic (0.10.2)
sequel (5.30.0)
sqlite3 (1.4.2)
timetrap (1.15.2)
mini_portile2 (2.8.8)
sequel (5.90.0)
bigdecimal
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
timetrap (1.15.5)
chronic (~> 0.10.2)
sequel (~> 5.30.0)
sqlite3 (~> 1.4.2)
sequel (~> 5.90.0)
sqlite3 (~> 1.4)
PLATFORMS
ruby
@@ -16,4 +20,4 @@ DEPENDENCIES
timetrap
BUNDLED WITH
2.1.4
2.6.6
+13 -9
View File
@@ -34,18 +34,18 @@ stdenv.mkDerivation {
nativeBuildInputs = [ installShellFiles ];
installPhase = ''
mkdir $out;
cd $out;
mkdir $out
cd $out
mkdir bin; pushd bin;
ln -vs ${ttBundlerApp}/bin/t;
ln -vs ${ttBundlerApp}/bin/timetrap;
popd;
mkdir bin; pushd bin
ln -vs ${ttBundlerApp}/bin/t
ln -vs ${ttBundlerApp}/bin/timetrap
popd
for c in t timetrap; do
installShellCompletion --cmd $c --bash ${ttGem}/lib/ruby/gems/*/gems/timetrap*/completions/bash/*;
installShellCompletion --cmd $c --zsh ${ttGem}/lib/ruby/gems/*/gems/timetrap*/completions/zsh/*;
done;
installShellCompletion --cmd $c --bash ${ttGem}/lib/ruby/gems/*/gems/timetrap*/completions/bash/*
installShellCompletion --cmd $c --zsh ${ttGem}/lib/ruby/gems/*/gems/timetrap*/completions/zsh/*
done
'';
meta = with lib; {
@@ -59,4 +59,8 @@ stdenv.mkDerivation {
];
platforms = platforms.unix;
};
passthru = {
updateScript = ttBundlerApp.passthru.updateScript;
};
}
+29 -7
View File
@@ -1,4 +1,14 @@
{
bigdecimal = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "1k6qzammv9r6b2cw3siasaik18i6wjc5m0gw5nfdc6jj64h79z1g";
type = "gem";
};
version = "3.1.9";
};
chronic = {
groups = [ "default" ];
platforms = [ ];
@@ -9,25 +19,37 @@
};
version = "0.10.2";
};
sequel = {
mini_portile2 = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0gqqnqrfayhwhkp0vy3frv68sgc7klyd6mfisx1j3djjvlyc7hmr";
sha256 = "0x8asxl83msn815lwmb2d7q5p29p7drhjv5va0byhk60v9n16iwf";
type = "gem";
};
version = "5.30.0";
version = "2.8.8";
};
sequel = {
dependencies = [ "bigdecimal" ];
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "1s5qhylirrmfbjhdjdfqaiksjlaqmgixl25sxd8znq8dqwqlrydz";
type = "gem";
};
version = "5.90.0";
};
sqlite3 = {
dependencies = [ "mini_portile2" ];
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0lja01cp9xd5m6vmx99zwn4r7s97r1w5cb76gqd8xhbm1wxyzf78";
sha256 = "073hd24qwx9j26cqbk0jma0kiajjv9fb8swv9rnz8j4mf0ygcxzs";
type = "gem";
};
version = "1.4.2";
version = "1.7.3";
};
timetrap = {
dependencies = [
@@ -39,9 +61,9 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0pfg5c3kmh1jfaaszw253bi93ixa6cznqmsafrcpccrdg9r8j2k8";
sha256 = "0gcs9vyg1i3nsiiwrkqza14qj7h3chlg6w5icbf0ggjzswz3rwd2";
type = "gem";
};
version = "1.15.2";
version = "1.15.5";
};
}