mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
irpf: 2025-1.2 -> 2025-1.3 (#408594)
This commit is contained in:
commit
9709fef3cb
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "irpf";
|
pname = "irpf";
|
||||||
version = "2025-1.2";
|
version = "2025-1.3";
|
||||||
|
|
||||||
# https://www.gov.br/receitafederal/pt-br/centrais-de-conteudo/download/pgd/dirpf
|
# https://www.gov.br/receitafederal/pt-br/centrais-de-conteudo/download/pgd/dirpf
|
||||||
# Para outros sistemas operacionais -> Multi
|
# Para outros sistemas operacionais -> Multi
|
||||||
|
@ -23,7 +23,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
in
|
in
|
||||||
fetchzip {
|
fetchzip {
|
||||||
url = "https://downloadirpf.receita.fazenda.gov.br/irpf/${year}/irpf/arquivos/IRPF${finalAttrs.version}.zip";
|
url = "https://downloadirpf.receita.fazenda.gov.br/irpf/${year}/irpf/arquivos/IRPF${finalAttrs.version}.zip";
|
||||||
hash = "sha256-RlkDioXLcD3wHm9DDLw42QCRT4z0rEwlM0sGMORxk/A=";
|
hash = "sha256-BWCxnKPvkijVkXfbA1iVbdcgLZqY5SAzASqnzdjXwiw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.updateScript = writeScript "update-irpf" ''
|
passthru.updateScript = writeScript "update-irpf" ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue