Unverified Commit 13b6f5db authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #232979 from bryanasdev000/irpf-2023-1.3

irpf: 2023-1.1 -> 2023-1.3
parents e3d6ca90 12907e20
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

stdenvNoCC.mkDerivation rec {
  pname = "irpf";
  version = "2023-1.1";
  version = "2023-1.3";

  # https://www.gov.br/receitafederal/pt-br/centrais-de-conteudo/download/pgd/dirpf
  # Para outros sistemas operacionais -> Multi
@@ -19,7 +19,7 @@ stdenvNoCC.mkDerivation rec {
    year = lib.head (lib.splitVersion version);
  in fetchzip {
    url = "https://downloadirpf.receita.fazenda.gov.br/irpf/${year}/irpf/arquivos/IRPF${version}.zip";
    sha256 = "sha256-UOo9LBeOA6H/A7dM6wIa0wXyAaq9xGnX9EUBzK4Y0ng=";
    sha256 = "sha256-W9n9YlOg9BYsESuU5NOn+Ff+I+7vlBpFuKzHsGVJwAA=";
  };

  nativeBuildInputs = [ unzip makeWrapper copyDesktopItems ];