move to stable gitea
This commit is contained in:
parent
9032e9413d
commit
e6395d1bf3
1 changed files with 0 additions and 8 deletions
|
@ -42,14 +42,6 @@ in {
|
|||
];
|
||||
installCheckPhase = "true";
|
||||
});
|
||||
gitea = prev.gitea.overrideAttrs (old: rec {
|
||||
version = "1.17.0-rc1";
|
||||
src = prev.fetchurl {
|
||||
url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
|
||||
sha256 = "sha256-9pu+fsU1rrfa9yOAxnh8tXDmxv4UYo5DP5azhJC0BpQ=";
|
||||
};
|
||||
sourceRoot = "source/gitea-src-${version}";
|
||||
});
|
||||
nix = prev.nix.overrideAttrs (old: rec {
|
||||
postPatchPhase = ''
|
||||
sed 's/getBoolAttr."allowSubstitutes", true./true/' src/libstore/parsed-derivations.cc
|
||||
|
|
Loading…
Reference in a new issue