irpf: 2022-1.5 -> 2022-1.6

This commit is contained in:
Bryan A. S
2022-05-27 16:11:11 -03:00
parent 83658b28fe
commit 5e496906b8
+2 -2
View File
@@ -11,13 +11,13 @@
stdenvNoCC.mkDerivation rec {
pname = "irpf";
version = "2022-1.5";
version = "2022-1.6";
src = let
year = lib.head (lib.splitVersion version);
in fetchzip {
url = "https://downloadirpf.receita.fazenda.gov.br/irpf/${year}/irpf/arquivos/IRPF${version}.zip";
sha256 = "sha256-FJqLjERTVQC6KvLSrCzR9RTIiJEfHvOwX7CRdUmHf/U=";
sha256 = "sha256-/4dND4CMl4xnGGIb+FWqgL0wbt7fqUE78m737U0kAdw=";
};
nativeBuildInputs = [ unzip makeWrapper copyDesktopItems ];