super -> prev

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-26 08:16:16 +01:00
parent 4ff8fe69e5
commit 71aa6132f6
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{...}: {
_: {
virtualisation.docker = {
autoPrune = {
dates = "weekly";

View file

@ -81,9 +81,9 @@ in {
sha256 = "sha256-iYFBlrHTFyesHNEOeI98DbmXSbRHVd+avmtN7Un0eok=";
};
});
gitea = super.gitea.overrideAttrs (old: {
gitea = prev.gitea.overrideAttrs (old: {
version = "1.17.0-rc1";
src = super.fetchurl {
src = prev.fetchurl {
url = "https://github.com/go-gitea/gitea/releases/download/v1.17.0-rc1/gitea-src-1.17.0-rc1.tar.gz";
sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";
};