]> Git — Sourcephile - julm/julm-nix.git/blob - nixpkgs/overlays/azahar.nix
aubergine: pixiecore: fix nftables
[julm/julm-nix.git] / nixpkgs / overlays / azahar.nix
1 self: super: {
2 azahar = super.azahar.overrideAttrs (oldAttrs: rec {
3 version = "2123_2_A";
4 src = self.fetchFromGitHub {
5 owner = "AzaharPlus";
6 repo = "AzaharPlus";
7 rev = "AZAHAR_PLUS_${version}";
8 sha256 = "sha256-NSmgjZramHjnvypDJfgp24w9uhqZnRPzHhmp2fd0fK4=";
9 fetchSubmodules = true;
10 };
11 });
12 }