Skip to content

Commit 22d00da

Browse files
committed
buildbot-gitea: fix pull request not beeing detected
1 parent fc6f5c1 commit 22d00da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/buildbot-gitea.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ buildPythonPackage {
1313
src = fetchFromGitHub {
1414
owner = "Mic92";
1515
repo = "buildbot-gitea";
16-
rev = "a8e06d38f6654421aab787da04128756ce04a3df";
17-
hash = "sha256-z0Mj/PmTghziXJ6dV6qYFGZUuV0abMxzU+miqohDazU=";
16+
rev = "3f3c9591384cd98ea5186b4375cdf142b9083737";
17+
hash = "sha256-bdjGijer/JSMTkBwhbeCx9pstFXFnRy0ZdC7mGaRX84=";
1818
};
1919

2020
propagatedBuildInputs = [

0 commit comments

Comments
 (0)