forked from DGNum/infrastructure
feat(ds-fr): Update
This commit is contained in:
parent
6f3eb05f78
commit
6d50bde0ff
4 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
version = "2024-01-31-02";
|
version = "2024-02-06-01";
|
||||||
src-hash = "sha256-4ATsSXbjkIMGn5yuyYiI+N+C2R/MSzecMLs5hWCCAM4=";
|
src-hash = "sha256-fihC4tZX/29faSNvRJHzenXvIXn/BqoI5oF1y5yqxw0=";
|
||||||
deps-hash = "sha256-UR5K6DQMvmpWWTH8O9/zJ3Nd+Kkl7xofktFdmBB9z6M=";
|
deps-hash = "sha256-GBaz19bxRKS9kc/S9jzisFHm7VayO//46342qgKv2DQ=";
|
||||||
}
|
}
|
||||||
|
|
|
@ -456,7 +456,7 @@ GEM
|
||||||
net-protocol
|
net-protocol
|
||||||
netrc (0.11.0)
|
netrc (0.11.0)
|
||||||
nio4r (2.7.0)
|
nio4r (2.7.0)
|
||||||
nokogiri (1.16.0)
|
nokogiri (1.16.2)
|
||||||
mini_portile2 (~> 2.8.2)
|
mini_portile2 (~> 2.8.2)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
open4 (1.3.4)
|
open4 (1.3.4)
|
||||||
|
|
|
@ -2306,10 +2306,10 @@
|
||||||
platforms = [ ];
|
platforms = [ ];
|
||||||
source = {
|
source = {
|
||||||
remotes = [ "https://rubygems.org" ];
|
remotes = [ "https://rubygems.org" ];
|
||||||
sha256 = "1l8b0i24h4irivyhwy9xmkjbggw86cxkzkiqdqg0jpcp9qc8h4rl";
|
sha256 = "173zavvxlwyi48lfskk48wcrdbkvjlhjhvy4jpcrfx72rpjjx4k8";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.16.0";
|
version = "1.16.2";
|
||||||
};
|
};
|
||||||
open4 = {
|
open4 = {
|
||||||
groups = [
|
groups = [
|
||||||
|
|
|
@ -61,9 +61,9 @@ DEPS_HASH=$(nix-hash --to-sri --type sha256 "$hash")
|
||||||
|
|
||||||
cat <<EOF >"$CWD/meta.nix"
|
cat <<EOF >"$CWD/meta.nix"
|
||||||
{
|
{
|
||||||
version = "$version";
|
version = "$version";
|
||||||
src-hash = "$SRC_HASH";
|
src-hash = "$SRC_HASH";
|
||||||
deps-hash = "$DEPS_HASH";
|
deps-hash = "$DEPS_HASH";
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue