We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53e2564 + 078fea9 commit e7078f8Copy full SHA for e7078f8
pkgs/by-name/ir/irpf/package.nix
@@ -13,7 +13,7 @@
13
14
stdenvNoCC.mkDerivation (finalAttrs: {
15
pname = "irpf";
16
- version = "2024-1.6";
+ version = "2025-1.0";
17
18
# https://www.gov.br/receitafederal/pt-br/centrais-de-conteudo/download/pgd/dirpf
19
# Para outros sistemas operacionais -> Multi
@@ -23,7 +23,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
23
in
24
fetchzip {
25
url = "https://downloadirpf.receita.fazenda.gov.br/irpf/${year}/irpf/arquivos/IRPF${finalAttrs.version}.zip";
26
- hash = "sha256-wYSfU6tkYuSns+RnSy2c3yRR05t/8iXLhRMqPQR+oO0=";
+ hash = "sha256-gDGDOthUbRmj68CHmHhaYlGs4tiQTNVlEmuyLZ5e0zY=";
27
};
28
29
passthru.updateScript = writeScript "update-irpf" ''
0 commit comments