···3030 libXext
3131 ];
32323333- meta = with lib; {
3333+ meta = {
3434 homepage = "https://github.com/arnoldrobbins/9menu";
3535 description = "Simple X11 menu program for running commands";
3636 mainProgram = "9menu";
3737- license = licenses.gpl3Plus;
3838- maintainers = with maintainers; [ ];
3737+ license = lib.licenses.gpl3Plus;
3838+ maintainers = with lib.maintainers; [ ];
3939 platforms = libX11.meta.platforms;
4040 };
4141}
+4-4
pkgs/by-name/_9/_9ptls/package.nix
···1717 ];
1818 installTargets = "mount.9ptls.install";
19192020- meta = with lib; {
2020+ meta = {
2121 description = "mount.9ptls mount helper";
2222 longDescription = ''
2323 mount.9ptls wraps the v9fs mount type in a dp9ik authenticated
2424 tls tunnel using tlsclient.
2525 '';
2626 homepage = "https://git.sr.ht/~moody/tlsclient";
2727- license = licenses.mit;
2828- maintainers = with maintainers; [ moody ];
2727+ license = lib.licenses.mit;
2828+ maintainers = with lib.maintainers; [ moody ];
2929 mainProgram = "mount.9ptls";
3030- platforms = platforms.linux;
3030+ platforms = lib.platforms.linux;
3131 };
3232})
+3-3
pkgs/by-name/a2/a2jmidid/package.nix
···50505151 passthru.updateScript = gitUpdater { };
52525353- meta = with lib; {
5353+ meta = {
5454 description = "Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system";
5555 homepage = "https://a2jmidid.ladish.org/";
5656- license = licenses.gpl2Only;
5757- maintainers = [ ];
5656+ license = lib.licenses.gpl2Only;
5757+ maintainers = with lib.maintainers; [ ];
5858 platforms = [
5959 "i686-linux"
6060 "x86_64-linux"
+4-4
pkgs/by-name/a2/a2ps/package.nix
···41414242 strictDeps = true;
43434444- meta = with lib; {
4444+ meta = {
4545 description = "Anything to PostScript converter and pretty-printer";
4646 longDescription = ''
4747 GNU a2ps converts files into PostScript for printing or viewing. It uses a nice default format,
···5050 well as pretty printing for a wide range of programming languages.
5151 '';
5252 homepage = "https://www.gnu.org/software/a2ps/";
5353- license = licenses.gpl3Plus;
5454- maintainers = [ maintainers.bennofs ];
5555- platforms = platforms.unix;
5353+ license = lib.licenses.gpl3Plus;
5454+ maintainers = with lib.maintainers; [ bennofs ];
5555+ platforms = lib.platforms.unix;
5656 };
5757}
···8899buildGoModule rec {
1010 pname = "consul";
1111- version = "1.21.1";
1111+ version = "1.21.2";
12121313 # Note: Currently only release tags are supported, because they have the Consul UI
1414 # vendored. See
···2222 owner = "hashicorp";
2323 repo = "consul";
2424 tag = "v${version}";
2525- hash = "sha256-bkBjKvSJapkiqCKENR+mG3sWYTBUZf9klw2UHqgccdc=";
2525+ hash = "sha256-ejslKLoZFxNKQiV9AH+djRIN1lUC4WvUBkaVOENsHwM=";
2626 };
27272828 # This corresponds to paths with package main - normally unneeded but consul
···3232 "connect/certgen"
3333 ];
34343535- vendorHash = "sha256-06tLz04hFZ2HqpetKMRfFY2JJI4TgedzKYpwcVbemfU=";
3535+ vendorHash = "sha256-Bmuc/nNNztd0wZqpLrFv4FZ/1CZ2lN1Bhob+grJJC8w=";
36363737 doCheck = false;
3838