File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -119,12 +119,11 @@ buildGoModule rec {
119119 checkFlags =
120120 let
121121 skippedTests = [
122- "Test_SSHParsePublicKey/dsa-1024/SSHKeygen" # dsa-1024 is deprecated in openssh and requires opting-in at compile time
123- "Test_calcFingerprint/dsa-1024/SSHKeygen" # dsa-1024 is deprecated in openssh and requires opting-in at compile time
124122 "TestPassword" # requires network: api.pwnedpasswords.com
125123 "TestCaptcha" # requires network: hcaptcha.com
126124 "TestDNSUpdate" # requires network: release.forgejo.org
127125 "TestMigrateWhiteBlocklist" # requires network: gitlab.com (DNS)
126+ "TestURLAllowedSSH/Pushmirror_URL" # requires network git.gay (DNS)
128127 ] ;
129128 in
130129 [ "-skip=^${ builtins . concatStringsSep "$|^" skippedTests } $" ] ;
Original file line number Diff line number Diff line change 11import ./generic.nix {
2- version = "10.0.1 " ;
3- hash = "sha256-JLy/edAkbsOqQTQqqoyxc0UX9fPnP8HD54IUzcsyGe4 =" ;
2+ version = "10.0.2 " ;
3+ hash = "sha256-UxjhJA6o1LS/7/s0BzcaTSkXSsnKfjIMIjL6ASSot6k =" ;
44 npmDepsHash = "sha256-e3SE6cu1xCBdoMRqp2Gcjcay/EwjF+bTdPOlpL1STvw=" ;
5- vendorHash = "sha256-fqHwqpIetX2jTAWAonRWqF1tArL7Ik/XXURY51jGOn0 =" ;
5+ vendorHash = "sha256-ceV73QmxYEthjsA50ylojwC4dcTYAbE2UgxuxFqvi24 =" ;
66 lts = false ;
77 nixUpdateExtraArgs = [
88 "--override-filename"
You can’t perform that action at this time.
0 commit comments