Skip to content

Commit fbcdd2b

Browse files
forgejo: 10.0.1 -> 10.0.2 (#391862)
2 parents 0d7bccf + e4b383b commit fbcdd2b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pkgs/by-name/fo/forgejo/generic.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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}$" ];

pkgs/by-name/fo/forgejo/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import ./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"

0 commit comments

Comments
 (0)