Skip to content

Commit e7078f8

Browse files
authoredMar 20, 2025
irpf: 2024-1.6 -> 2025-1.0 (#390555)
2 parents 53e2564 + 078fea9 commit e7078f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/by-name/ir/irpf/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
stdenvNoCC.mkDerivation (finalAttrs: {
1515
pname = "irpf";
16-
version = "2024-1.6";
16+
version = "2025-1.0";
1717

1818
# https://www.gov.br/receitafederal/pt-br/centrais-de-conteudo/download/pgd/dirpf
1919
# Para outros sistemas operacionais -> Multi
@@ -23,7 +23,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
2323
in
2424
fetchzip {
2525
url = "https://downloadirpf.receita.fazenda.gov.br/irpf/${year}/irpf/arquivos/IRPF${finalAttrs.version}.zip";
26-
hash = "sha256-wYSfU6tkYuSns+RnSy2c3yRR05t/8iXLhRMqPQR+oO0=";
26+
hash = "sha256-gDGDOthUbRmj68CHmHhaYlGs4tiQTNVlEmuyLZ5e0zY=";
2727
};
2828

2929
passthru.updateScript = writeScript "update-irpf" ''

0 commit comments

Comments
 (0)
Failed to load comments.