···15151616buildPythonPackage rec {
1717 pname = "xhtml2pdf";
1818- version = "0.2.7";
1818+ version = "0.2.8";
1919 format = "setuptools";
20202121 disabled = pythonOlder "3.7";
···2525 owner = pname;
2626 repo = pname;
2727 # Currently it is not possible to fetch from version as there is a branch with the same name
2828- rev = "afa72cdbbdaf7d459261c1605263101ffcd999af";
2929- sha256 = "sha256-plyIM7Ohnp5UBWz/UDTJa1UeWK9yckSZR16wxmLrpnc=";
2828+ rev = "refs/tags/v${version}";
2929+ sha256 = "sha256-zWzg/r18wjzxWyD5QJ7l4pY+4bJTvHjrD11FRuuy8H8=";
3030 };
31313232 propagatedBuildInputs = [
···209209 meta = with lib; {
210210 description = "CUPS Linux drivers for Canon printers";
211211 homepage = "http://www.canon.com/";
212212+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
212213 license = licenses.unfree;
213214 maintainers = with maintainers; [
214215 # please consider maintaining if you are updating this package
···11-{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
22-33-buildGoPackage rec {
44- pname = "awless";
55- version = "0.1.11";
66-77- goPackagePath = "github.com/wallix/awless";
88-99- src = fetchFromGitHub {
1010- owner = "wallix";
1111- repo = "awless";
1212- rev = "v${version}";
1313- sha256 = "187i21yrm10r3f5naj3jl0rmydr5dkhmdhxs90hhf8hjp59a89kg";
1414- };
1515-1616- meta = with lib; {
1717- homepage = "https://github.com/wallix/awless/";
1818- description = "A Mighty CLI for AWS";
1919- platforms = with platforms; linux ++ darwin;
2020- license = licenses.asl20;
2121- maintainers = with maintainers; [ pradeepchhetri swdunlop ];
2222- # asm: InitTextSym double init for "".Syscall
2323- # panic: invalid use of LSym - NewFuncInfo with Extra of type *obj.FuncInfo
2424- broken = (stdenv.isLinux && stdenv.isAarch64);
2525- };
2626-}
+2
pkgs/top-level/aliases.nix
···6060 ag = throw "'ag' has been renamed to/replaced by 'silver-searcher'"; # Converted to throw 2022-02-22
6161 aircrackng = throw "'aircrackng' has been renamed to/replaced by 'aircrack-ng'"; # Converted to throw 2022-02-22
6262 airtame = throw "airtame has been removed due to being unmaintained"; # Added 2022-01-19
6363+ alarm-clock-applet = throw "'alarm-clock-applet' has been abandoned upstream and depends on deprecated GNOME2/GTK2"; # Added 2022-06-16
6364 aleth = throw "aleth (previously packaged as cpp_ethereum) has been removed; abandoned upstream"; # Added 2020-11-30
6465 alsaLib = alsa-lib; # Added 2021-06-09
6566 alsaOss = alsa-oss; # Added 2021-06-10
···9495 avldrums-lv2 = x42-avldrums; # Added 2020-03-29
9596 avxsynth = throw "avxsynth was removed because it was broken"; # Added 2021-05-18
9697 awesome-4-0 = awesome; # Added 2022-05-05
9898+ awless = throw "awless has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-05-30
9799 aws-okta = throw "aws-okta is on indefinite hiatus. See https://github.com/segmentio/aws-okta/issues/278"; # Added 2022-04-05;
98100 axoloti = throw "axoloti has been removed: abandoned by upstream"; # Added 2022-05-13
99101 azure-vhd-utils = throw "azure-vhd-utils has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03