move to stable gitea

This commit is contained in:
Charlotte 🦝 Delenk 2022-08-08 14:53:10 +01:00
parent 9032e9413d
commit e6395d1bf3
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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