Compare commits

..

No commits in common. "def4393a8cb9ef6fd37739a6e12aa0579ba69148" and "1bb4e2e6ce69e4c7e94748d17304953097062611" have entirely different histories.

7 changed files with 97 additions and 146 deletions

View file

@ -51,8 +51,6 @@ in {
DEMANDE_INSCRIPTION_ADMIN_PAGE_URL = "https://demarches.dgnum.eu/commencer/demande-d-inscription-demarches-normaliennes"; DEMANDE_INSCRIPTION_ADMIN_PAGE_URL = "https://demarches.dgnum.eu/commencer/demande-d-inscription-demarches-normaliennes";
DOC_URL = "https://docs.dgnum.eu/s/demarches-normaliennes"; DOC_URL = "https://docs.dgnum.eu/s/demarches-normaliennes";
ADMINS_GROUP_ENABLED = "enabled";
# Customization # Customization
# HEADER_LOGO_SRC = "logo_ens_psl_couleur.png"; # HEADER_LOGO_SRC = "logo_ens_psl_couleur.png";
# HEADER_LOGO_ALT = "Par la Recherche, pour la Recherche"; # HEADER_LOGO_ALT = "Par la Recherche, pour la Recherche";

View file

@ -3,20 +3,36 @@ _:
builtins.map (id: builtins.map (id:
builtins.fetchurl builtins.fetchurl
"https://git.dgnum.eu/DGNum/demarches-normaliennes/commit/${id}.patch") [ "https://git.dgnum.eu/DGNum/demarches-normaliennes/commit/${id}.patch") [
"1b6b0b50a1409fd2e2e5436305f01ee3a8981b58" # remplacement l'arrache de quelques logos vers versions DGNum
"aa9b3f496f43354b6be23bd705af007c123de14b" "587f0cb4b6bd8f26c47419be565222b3555fd4aa"
"7c3022757766b04e6b7267417527b3043589dec3" # ajout des NDD usuels ENS et DGNum pour autoriser les changements d'adresse mail
"a13589fd759d0e37a063429c669cc892c472ab6e" "0e96c2c3f1496b69d4c5aa7879c53aa033ed7478"
"4383cfd3461889adac56e4d8bf105d35b37f7be4" # correction des svg des logos DGNum et DN
"783f1ed23b4ae8b150d121eaa7ba0533756d2071" "374afdee034099768c0b43efe13aa75a4f01a559"
"d61f12223b16b46a369e938a166900a3c444b012" # remplacement Marianne - pour l'instant à l'arrache uniquement, logo sera repris et affiné plus tard
"590474130fed63074092c4273781fac27512ccef" "dea971bef0ebf72aa7aa646b5fec82e64476fbda"
"2ae30924fe6ede0a70f4381055a33cb1b28b2f3a" # modifs Mariannes
"8ed3e06e90d5d614b703253acb2ebf6435e2d281" "4f8217c95de20ca56b00ec92b31803205f4759f3"
"67dfffc3387649e8141b4e79c8f94d3abb237ef1" # commenter quelques bouts de code inutiles dans l'usage DGNum de DS
"22edf5e2fb30f9dcdc61f69d1d59a81e0adc85e9" "50940df24021f92c8618c054c259c2a29e600a0d"
"9957049894d63a1e61d51ea8ecb9b49f4b3cc296" # Update logo-ds.svg and delete commented lines
"2b7ce11bd2ead96fdda5e4dbd1171b7c5d4d140d" "175dd1c3e4e83992852f8ee8a57a2524df69aa65"
"286a789c539274b117604664bbd69a6172680eda" # correction logo DN pour pages d'erreur
"6c39ac708e6abbb395218ab092f74f234535727f" "ff3ce779f0913025515e6a040b29feab03d248c9"
# normalianisation de DN, texte
"0cca4f50a4ada858f2f6ea6eef18c9e27087760f"
# modifs sur le fichier en anglais
"ae8cc24d39c97be747919e6b6d186cafdbde47f4"
# Use our logo in the header
"2298d7245a6af75541f5a86ac21c727cbb5dfa3b"
# Add the logo-wide under a new name
"fb756a8f2d6bfa422fe21723a3fc35372b216494"
# modifs diverses vers version DN
"04600237ada8d8d97570d8b0e76c9949a282a835"
# feat: Update footer
"e6453837f9509c52b8e45aac0e78837bced73380"
# feat: Remove mentions of faq.demarches-simplifiees.fr
"ec7a3812aa05995cb02d51932ef6293d0e923fdc"
# feat: Replace documentation link
"0285d766d300b7fe8f014ffbf6b14b004a137dbd"
] ]

View file

@ -1,5 +1,5 @@
{ {
version = "2023-12-13-01"; version = "2023-12-11-01";
src-hash = "sha256-yFICI1cKwe+0JyL5Qkl+rh4tgCxbwWY5URdnnrjEsRw="; src-hash = "sha256-ynRsEdZEWUA1pVFi8aa6dzRKBGfkaAMiHEyWHFvQeBQ=";
deps-hash = "sha256-uTePIPqyb+nON9MXAkNELzEu8xFXIa+DQTMFWyOJuSY="; deps-hash = "sha256-uTePIPqyb+nON9MXAkNELzEu8xFXIa+DQTMFWyOJuSY=";
} }

View file

@ -32,7 +32,6 @@ gem 'discard'
gem 'dotenv-rails', require: 'dotenv/rails-now' # dotenv should always be loaded before rails gem 'dotenv-rails', require: 'dotenv/rails-now' # dotenv should always be loaded before rails
gem 'dry-monads' gem 'dry-monads'
gem 'elastic-apm' gem 'elastic-apm'
gem 'faraday-jwt'
gem 'flipper' gem 'flipper'
gem 'flipper-active_record' gem 'flipper-active_record'
gem 'flipper-ui' gem 'flipper-ui'

View file

@ -116,7 +116,6 @@ GEM
axlsx_styler (1.1.0) axlsx_styler (1.1.0)
activesupport (>= 3.1) activesupport (>= 3.1)
caxlsx (>= 2.0.2) caxlsx (>= 2.0.2)
base64 (0.2.0)
bcrypt (3.1.19) bcrypt (3.1.19)
benchmark-ips (2.12.0) benchmark-ips (2.12.0)
better_html (1.0.16) better_html (1.0.16)
@ -127,7 +126,7 @@ GEM
html_tokenizer (~> 0.0.6) html_tokenizer (~> 0.0.6)
parser (>= 2.4) parser (>= 2.4)
smart_properties smart_properties
bindata (2.4.15) bindata (2.4.10)
bindex (0.8.1) bindex (0.8.1)
bootsnap (1.9.3) bootsnap (1.9.3)
msgpack (~> 1.0) msgpack (~> 1.0)
@ -175,7 +174,7 @@ GEM
css_parser (1.9.0) css_parser (1.9.0)
addressable addressable
daemons (1.3.1) daemons (1.3.1)
date (3.3.4) date (3.3.3)
deep_cloneable (3.2.0) deep_cloneable (3.2.0)
activerecord (>= 3.1.0, < 8) activerecord (>= 3.1.0, < 8)
delayed_cron_job (0.7.4) delayed_cron_job (0.7.4)
@ -238,16 +237,6 @@ GEM
excon (0.102.0) excon (0.102.0)
factory_bot (6.1.0) factory_bot (6.1.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
faraday (2.7.12)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-jwt (0.1.0)
faraday (~> 2.0)
json-jwt (~> 1.16)
faraday-net_http (3.0.2)
ffi (1.16.3) ffi (1.16.3)
ffi-compiler (1.0.1) ffi-compiler (1.0.1)
ffi (>= 1.0.0) ffi (>= 1.0.0)
@ -336,6 +325,7 @@ GEM
domain_name (~> 0.5) domain_name (~> 0.5)
http-form_data (2.3.0) http-form_data (2.3.0)
http_accept_language (2.1.1) http_accept_language (2.1.1)
httpclient (2.8.3)
i18n (1.14.1) i18n (1.14.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
i18n-tasks (1.0.9) i18n-tasks (1.0.9)
@ -364,12 +354,10 @@ GEM
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (2.5.1) json (2.5.1)
json-jwt (1.16.3) json-jwt (1.13.0)
activesupport (>= 4.2) activesupport (>= 4.2)
aes_key_wrap aes_key_wrap
bindata bindata
faraday (~> 2.0)
faraday-follow_redirects
json_schemer (0.2.17) json_schemer (0.2.17)
ecma-re-validator (~> 0.3) ecma-re-validator (~> 0.3)
hana (~> 1.3) hana (~> 1.3)
@ -445,14 +433,14 @@ GEM
multi_json (1.15.0) multi_json (1.15.0)
mustermann (3.0.0) mustermann (3.0.0)
ruby2_keywords (~> 0.0.1) ruby2_keywords (~> 0.0.1)
net-imap (0.4.7) net-imap (0.3.7)
date date
net-protocol net-protocol
net-pop (0.1.2) net-pop (0.1.2)
net-protocol net-protocol
net-protocol (0.2.2) net-protocol (0.2.1)
timeout timeout
net-smtp (0.4.0) net-smtp (0.3.3)
net-protocol net-protocol
netrc (0.11.0) netrc (0.11.0)
nio4r (2.5.9) nio4r (2.5.9)
@ -460,19 +448,16 @@ GEM
mini_portile2 (~> 2.8.2) mini_portile2 (~> 2.8.2)
racc (~> 1.4) racc (~> 1.4)
open4 (1.3.4) open4 (1.3.4)
openid_connect (2.2.0) openid_connect (1.3.0)
activemodel activemodel
attr_required (>= 1.0.0) attr_required (>= 1.0.0)
faraday (~> 2.0) json-jwt (>= 1.5.0)
faraday-follow_redirects rack-oauth2 (>= 1.6.1)
json-jwt (>= 1.16) swd (>= 1.0.0)
net-smtp
rack-oauth2 (~> 2.2)
swd (~> 2.0)
tzinfo tzinfo
validate_email validate_email
validate_url validate_url
webfinger (~> 2.0) webfinger (>= 1.0.1)
orm_adapter (0.5.0) orm_adapter (0.5.0)
parallel (1.23.0) parallel (1.23.0)
parsby (1.1.1) parsby (1.1.1)
@ -506,7 +491,7 @@ GEM
pry (>= 0.13, < 0.15) pry (>= 0.13, < 0.15)
pry-rails (0.3.9) pry-rails (0.3.9)
pry (>= 0.10.4) pry (>= 0.10.4)
public_suffix (5.0.4) public_suffix (5.0.3)
puma (6.3.1) puma (6.3.1)
nio4r (~> 2.0) nio4r (~> 2.0)
pundit (2.2.0) pundit (2.2.0)
@ -518,11 +503,10 @@ GEM
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rack-mini-profiler (3.0.0) rack-mini-profiler (3.0.0)
rack (>= 1.2.0) rack (>= 1.2.0)
rack-oauth2 (2.2.0) rack-oauth2 (1.19.0)
activesupport activesupport
attr_required attr_required
faraday (~> 2.0) httpclient
faraday-follow_redirects
json-jwt (>= 1.11.0) json-jwt (>= 1.11.0)
rack (>= 2.1.0) rack (>= 2.1.0)
rack-protection (3.0.5) rack-protection (3.0.5)
@ -739,11 +723,10 @@ GEM
stackprof (0.2.21) stackprof (0.2.21)
strong_migrations (0.8.0) strong_migrations (0.8.0)
activerecord (>= 5.2) activerecord (>= 5.2)
swd (2.0.2) swd (1.3.0)
activesupport (>= 3) activesupport (>= 3)
attr_required (>= 0.0.5) attr_required (>= 0.0.5)
faraday (~> 2.0) httpclient (>= 2.4)
faraday-follow_redirects
sysexits (1.2.0) sysexits (1.2.0)
temple (0.8.2) temple (0.8.2)
terminal-table (3.0.2) terminal-table (3.0.2)
@ -752,7 +735,7 @@ GEM
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.11) tilt (2.0.11)
timecop (0.9.4) timecop (0.9.4)
timeout (0.4.1) timeout (0.4.0)
ttfunk (1.7.0) ttfunk (1.7.0)
turbo-rails (1.3.2) turbo-rails (1.3.2)
actionpack (>= 6.0.0) actionpack (>= 6.0.0)
@ -771,7 +754,7 @@ GEM
validate_email (0.1.6) validate_email (0.1.6)
activemodel (>= 3.0) activemodel (>= 3.0)
mail (>= 2.2.5) mail (>= 2.2.5)
validate_url (1.0.15) validate_url (1.0.13)
activemodel (>= 3.0.0) activemodel (>= 3.0.0)
public_suffix public_suffix
vcr (6.1.0) vcr (6.1.0)
@ -797,10 +780,9 @@ GEM
activemodel (>= 6.0.0) activemodel (>= 6.0.0)
bindex (>= 0.4.0) bindex (>= 0.4.0)
railties (>= 6.0.0) railties (>= 6.0.0)
webfinger (2.1.2) webfinger (1.2.0)
activesupport activesupport
faraday (~> 2.0) httpclient (>= 2.4)
faraday-follow_redirects
webmock (3.11.2) webmock (3.11.2)
addressable (>= 2.3.6) addressable (>= 2.3.6)
crack (>= 0.3.2) crack (>= 0.3.2)
@ -867,7 +849,6 @@ DEPENDENCIES
dry-monads dry-monads
elastic-apm elastic-apm
factory_bot factory_bot
faraday-jwt
flipper flipper
flipper-active_record flipper-active_record
flipper-ui flipper-ui

View file

@ -312,16 +312,6 @@
}; };
version = "1.1.0"; version = "1.1.0";
}; };
base64 = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g";
type = "gem";
};
version = "0.2.0";
};
bcrypt = { bcrypt = {
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
@ -358,10 +348,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "04y4zgh4bbcb8wmkxwfqg4saky1d1f3xw8z6yk543q13h8ky8rz5"; sha256 = "06lqi4svq5qls9f7nnvd2zmjdqmi2sf82sq78ci5d78fq0z5x2vr";
type = "gem"; type = "gem";
}; };
version = "2.4.15"; version = "2.4.10";
}; };
bindex = { bindex = {
groups = ["default" "development"]; groups = ["default" "development"];
@ -637,10 +627,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "149jknsq999gnhy865n33fkk22s0r447k76x9pmcnnwldfv2q7wp"; sha256 = "03skfikihpx37rc27vr3hwrb057gxnmdzxhmzd4bf4jpkl0r55w1";
type = "gem"; type = "gem";
}; };
version = "3.3.4"; version = "3.3.3";
}; };
deep_cloneable = { deep_cloneable = {
dependencies = ["activerecord"]; dependencies = ["activerecord"];
@ -921,49 +911,6 @@
}; };
version = "6.1.0"; version = "6.1.0";
}; };
faraday = {
dependencies = ["base64" "faraday-net_http" "ruby2_keywords"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "19w1lzipnxs6vy3y0pw1mf956f768ppzgfrnlpwgrpnjjv9xqf7d";
type = "gem";
};
version = "2.7.12";
};
faraday-follow_redirects = {
dependencies = ["faraday"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1y87p3yk15bjbk0z9mf01r50lzxvp7agr56lbm9gxiz26mb9fbfr";
type = "gem";
};
version = "0.3.0";
};
faraday-jwt = {
dependencies = ["faraday" "json-jwt"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0yqd9529f1g77prcfzf14ri5kdnr32yzymh55wc7cjr6ybblhk1p";
type = "gem";
};
version = "0.1.0";
};
faraday-net_http = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "13byv3mp1gsjyv8k0ih4612y6vw5kqva6i03wcg4w2fqpsd950k8";
type = "gem";
};
version = "3.0.2";
};
ffi = { ffi = {
groups = ["default" "development"]; groups = ["default" "development"];
platforms = []; platforms = [];
@ -1324,6 +1271,16 @@
}; };
version = "2.1.1"; version = "2.1.1";
}; };
httpclient = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "19mxmvghp7ki3klsxwrlwr431li7hm1lczhhj8z4qihl2acy8l99";
type = "gem";
};
version = "2.8.3";
};
i18n = { i18n = {
dependencies = ["concurrent-ruby"]; dependencies = ["concurrent-ruby"];
groups = ["default" "development" "test"]; groups = ["default" "development" "test"];
@ -1431,15 +1388,15 @@
version = "2.5.1"; version = "2.5.1";
}; };
json-jwt = { json-jwt = {
dependencies = ["activesupport" "aes_key_wrap" "bindata" "faraday" "faraday-follow_redirects"]; dependencies = ["activesupport" "aes_key_wrap" "bindata"];
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1nb5c0dlwi4ps5z46hg9zdah8cmqm3fcdxxqi9185b8ki4j73jai"; sha256 = "0nzbk1mrbf9mnvjpn3bxy8a85rjf94qmfdnvk78mjzk8pa0fvgdr";
type = "gem"; type = "gem";
}; };
version = "1.16.3"; version = "1.13.0";
}; };
json_schemer = { json_schemer = {
dependencies = ["ecma-re-validator" "hana" "regexp_parser" "uri_template"]; dependencies = ["ecma-re-validator" "hana" "regexp_parser" "uri_template"];
@ -1784,10 +1741,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0541lfqaz46h8s3fks11vsd1iqzmgjjw3c0jp9agg92zblwj0axs"; sha256 = "0lf7wqg7czhaj51qsnmn28j7jmcxhkh3m28rl1cjrqsgjxhwj7r3";
type = "gem"; type = "gem";
}; };
version = "0.4.7"; version = "0.3.7";
}; };
net-pop = { net-pop = {
dependencies = ["net-protocol"]; dependencies = ["net-protocol"];
@ -1806,10 +1763,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1a32l4x73hz200cm587bc29q8q9az278syw3x6fkc9d1lv5y0wxa"; sha256 = "0dxckrlw4q1lcn3qg4mimmjazmg9bma5gllv72f8js3p36fb3b91";
type = "gem"; type = "gem";
}; };
version = "0.2.2"; version = "0.2.1";
}; };
net-smtp = { net-smtp = {
dependencies = ["net-protocol"]; dependencies = ["net-protocol"];
@ -1817,10 +1774,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1rx3758w0bmbr21s2nsc6llflsrnp50fwdnly3ixra4v53gbhzid"; sha256 = "1c6md06hm5bf6rv53sk54dl2vg038pg8kglwv3rayx0vk2mdql9x";
type = "gem"; type = "gem";
}; };
version = "0.4.0"; version = "0.3.3";
}; };
netrc = { netrc = {
groups = ["default"]; groups = ["default"];
@ -1864,15 +1821,15 @@
version = "1.3.4"; version = "1.3.4";
}; };
openid_connect = { openid_connect = {
dependencies = ["activemodel" "attr_required" "faraday" "faraday-follow_redirects" "json-jwt" "net-smtp" "rack-oauth2" "swd" "tzinfo" "validate_email" "validate_url" "webfinger"]; dependencies = ["activemodel" "attr_required" "json-jwt" "rack-oauth2" "swd" "tzinfo" "validate_email" "validate_url" "webfinger"];
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1j19w1vw762skcykysqz6zv077b3qa3qbs5x7aywh4p53dicgd25"; sha256 = "0w474bz3s1hqhilvrddr33l2nkyikypaczp3808w0345jr88b5m7";
type = "gem"; type = "gem";
}; };
version = "2.2.0"; version = "1.3.0";
}; };
orm_adapter = { orm_adapter = {
groups = ["default"]; groups = ["default"];
@ -2048,10 +2005,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1bni4qjrsh2q49pnmmd6if4iv3ak36bd2cckrs6npl111n769k9m"; sha256 = "0n9j7mczl15r3kwqrah09cxj8hxdfawiqxa60kga2bmxl9flfz9k";
type = "gem"; type = "gem";
}; };
version = "5.0.4"; version = "5.0.3";
}; };
puma = { puma = {
dependencies = ["nio4r"]; dependencies = ["nio4r"];
@ -2128,15 +2085,15 @@
version = "3.0.0"; version = "3.0.0";
}; };
rack-oauth2 = { rack-oauth2 = {
dependencies = ["activesupport" "attr_required" "faraday" "faraday-follow_redirects" "json-jwt" "rack"]; dependencies = ["activesupport" "attr_required" "httpclient" "json-jwt" "rack"];
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0dq7yxj5hi3nvvafk6b77hcw9b8mxijynrlgx6nb0a8b6n86fgx0"; sha256 = "0gxxr209r8h3nxhc9h731khv6yswiv9hc6q2pg672v530xmknznw";
type = "gem"; type = "gem";
}; };
version = "2.2.0"; version = "1.19.0";
}; };
rack-protection = { rack-protection = {
dependencies = ["rack"]; dependencies = ["rack"];
@ -2946,15 +2903,15 @@
version = "0.8.0"; version = "0.8.0";
}; };
swd = { swd = {
dependencies = ["activesupport" "attr_required" "faraday" "faraday-follow_redirects"]; dependencies = ["activesupport" "attr_required" "httpclient"];
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0sr1vz64kcxq148vnhp5jq8bzmhplhlc19zbihw76ya7nkh02qpa"; sha256 = "12b3q2sw42nnilfb51nlqdv07f31vdv2j595kd99asnkw4cjlf5w";
type = "gem"; type = "gem";
}; };
version = "2.0.2"; version = "1.3.0";
}; };
sysexits = { sysexits = {
groups = ["default" "development"]; groups = ["default" "development"];
@ -3032,10 +2989,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "16mvvsmx90023wrhf8dxc1lpqh0m8alk65shb7xcya6a9gflw7vg"; sha256 = "1d9cvm0f4zdpwa795v3zv4973y5zk59j7s1x3yn90jjrhcz1yvfd";
type = "gem"; type = "gem";
}; };
version = "0.4.1"; version = "0.4.0";
}; };
ttfunk = { ttfunk = {
groups = ["default"]; groups = ["default"];
@ -3148,10 +3105,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0lblym140w5n88ijyfgcvkxvpfj8m6z00rxxf2ckmmhk0x61dzkj"; sha256 = "1bwj34rz7961rrl545f006m2jdz1nrc0m72gfqmnb41xwsvpagbk";
type = "gem"; type = "gem";
}; };
version = "1.0.15"; version = "1.0.13";
}; };
vcr = { vcr = {
groups = ["test"]; groups = ["test"];
@ -3230,15 +3187,15 @@
version = "4.1.0"; version = "4.1.0";
}; };
webfinger = { webfinger = {
dependencies = ["activesupport" "faraday" "faraday-follow_redirects"]; dependencies = ["activesupport" "httpclient"];
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0z31li2iss9r9pxslmmqa76kixlfl4q58ss9lkds7ci7yck9fm6j"; sha256 = "18jj50b44a471ig7hw1ax90wxaaz40acmrf6cm7m2iyshlffy53q";
type = "gem"; type = "gem";
}; };
version = "2.1.2"; version = "1.2.0";
}; };
webmock = { webmock = {
dependencies = ["addressable" "crack" "hashdiff"]; dependencies = ["addressable" "crack" "hashdiff"];

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, sources, ... }:
let let
inherit (lib) mkEnableOption mkIf mkOption types; inherit (lib) mkEnableOption mkIf mkOption types;