]> Git — Sourcephile - julm/julm-nix.git/blob - nixpkgs/overlays/azahar.nix
gnupg-agent: fix option name
[julm/julm-nix.git] / nixpkgs / overlays / azahar.nix
1 self: super: {
2 azahar = super.azahar.overrideAttrs (oldAttrs: rec {
3 version = "2122_A";
4 src = self.fetchFromGitHub {
5 owner = "AzaharPlus";
6 repo = "AzaharPlus";
7 rev = "AZAHAR_PLUS_${version}";
8 sha256 = "sha256-ryhpdtJD59jvI+KjuzCMjZ5JZ8bkaqc6Bp7FZnmXeD8=";
9 fetchSubmodules = true;
10 };
11
12 });
13 }