Skip to content

Instantly share code, notes, and snippets.

@jficz
Created February 9, 2020 17:40
Show Gist options
  • Save jficz/fa6e2fc9d2a1a4e69fe8dc7ad070da73 to your computer and use it in GitHub Desktop.
Save jficz/fa6e2fc9d2a1a4e69fe8dc7ad070da73 to your computer and use it in GitHub Desktop.
self: super:
{
gitea-latest = super.gitea.overrideAttrs ( oldAttrs: rec {
version = "1.10.3";
pname = "gitea-latest";
src = super.fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "1zzkx34zkd59jzb53rwhqm3an8gqf2q23him2jgadlns52im0l8z";
};
patches = [];
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment