lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge master into staging-next

authored by

github-actions[bot] and committed by
GitHub
28629071 40497479

+174 -78
+2 -2
pkgs/applications/editors/emacs/elisp-packages/manual-packages/ebuild-mode/package.nix
··· 6 6 7 7 melpaBuild rec { 8 8 pname = "ebuild-mode"; 9 - version = "1.76"; 9 + version = "1.77"; 10 10 11 11 src = fetchzip { 12 12 url = "https://gitweb.gentoo.org/proj/ebuild-mode.git/snapshot/ebuild-mode-${version}.tar.bz2"; 13 - hash = "sha256-o964/Sk33PzyNm2+yoz7oAhw1M0gYwggaYSukuo9ALg="; 13 + hash = "sha256-nEqdM/ZQoBDeGzPH/OisCv7ErXHyEBS+J20oIublIQM="; 14 14 }; 15 15 16 16 meta = {
+3 -3
pkgs/applications/editors/emacs/elisp-packages/manual-packages/lsp-bridge/default.nix
··· 31 31 in 32 32 melpaBuild { 33 33 pname = "lsp-bridge"; 34 - version = "0-unstable-2024-12-16"; 34 + version = "0-unstable-2024-12-20"; 35 35 36 36 src = fetchFromGitHub { 37 37 owner = "manateelazycat"; 38 38 repo = "lsp-bridge"; 39 - rev = "b73717e6bdd39366ec734c3018578c06f9bc69ad"; 40 - hash = "sha256-FjcI60XyzKVvdhXzPj3wugkDMx6yKCKWk6yItzCuPy8="; 39 + rev = "acebc35d9fed200bfb8237087074a50fcb0d71d2"; 40 + hash = "sha256-PwielZ2uTW+snP2D0p1pwSCTRQ83EO1sU90lMrd0pvE="; 41 41 }; 42 42 43 43 patches = [
+4 -4
pkgs/applications/editors/emacs/elisp-packages/manual-packages/lspce/module.nix
··· 10 10 in 11 11 rustPlatform.buildRustPackage { 12 12 pname = "lspce-module"; 13 - version = "1.1.0-unstable-2024-10-07"; 13 + version = "1.1.0-unstable-2024-12-15"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "zbelial"; 17 17 repo = "lspce"; 18 - rev = "2a06232033478757dc5770dc7ba658848073de42"; 19 - hash = "sha256-iCge/m1z4Tl3dDvbN4FGsINWE5GEtLxTlvBBu8Zxhzs="; 18 + rev = "45f84ce102bb34e44c39e5f437107ba786973d6f"; 19 + hash = "sha256-DiqC7z1AQbXsSXc77AGRilWi3HfEg0YoHrXu54O3Clo="; 20 20 }; 21 21 22 - cargoHash = "sha256-I3NxV0uIwQ/Vg9Txfx+ouA6FXOYyLQ2kKdhnAdkNfdE="; 22 + cargoHash = "sha256-ZRWzkojcNlgdjXUvmdR/vjJx9k3xRvV0Yz7+8TN+8qc="; 23 23 24 24 checkFlags = [ 25 25 # flaky test
+3 -3
pkgs/applications/editors/emacs/sources.nix
··· 146 146 147 147 emacs30 = import ./make-emacs.nix (mkArgs { 148 148 pname = "emacs"; 149 - version = "30.0.92"; 149 + version = "30.0.93"; 150 150 variant = "mainline"; 151 - rev = "30.0.92"; 152 - hash = "sha256-V2TXLemSCIPTpg6RDChv4va7pHfVcqSMw/EWqvlRQ1o="; 151 + rev = "30.0.93"; 152 + hash = "sha256-lcpB4lKD3tjvCn646hUyAskxWNCQwEJ0RX/ZddRBRRU="; 153 153 }); 154 154 155 155 emacs28-macport = import ./make-emacs.nix (mkArgs {
+6 -6
pkgs/applications/editors/vscode/vscodium.nix
··· 26 26 27 27 sha256 = 28 28 { 29 - x86_64-linux = "1wacrg97dkjhcg11nzhs1v7fcgbf3mvi2n6h840cqafq50qv3qyv"; 30 - x86_64-darwin = "0i7skffr3zm709iwvndfsckv00y9zkp19zb2byij1zmqp4nmwl2h"; 31 - aarch64-linux = "1rrpi0ixgr6brp7hik31f5kjhx423zfkbckbxcqh5h8nfz2av380"; 32 - aarch64-darwin = "05av2yd5dj7r3pyi6k4v4lh3vrngxnzmkh3y4f9x3rrbmbpfhrfy"; 33 - armv7l-linux = "0dkib4chdxd01g84bk44ida12axvbri976qi5nind5dmn47lp0p8"; 29 + x86_64-linux = "04q9jm91idlbqsyfjr194i3xayyind67hyk59x4wrmg25sdqa0km"; 30 + x86_64-darwin = "0a31fjsdx671crd9hs1c9vpqbnskgh57pq4j810v722rmfawn7g0"; 31 + aarch64-linux = "0i3kx0xsb920f2xnf1xxhf4415xnyljfmah222ikhf6q1lp8dkqd"; 32 + aarch64-darwin = "068h94fxdafgm7l0z9dvhlmmixp7w8nmll4rzm06i8s3243fzb84"; 33 + armv7l-linux = "1bqnrgd1ykn67gvscsbkv82bydpmfjq1pn0951iiv2sy4m1g9flr"; 34 34 } 35 35 .${system} or throwSystem; 36 36 ··· 41 41 42 42 # Please backport all compatible updates to the stable release. 43 43 # This is important for the extension ecosystem. 44 - version = "1.96.0.24352"; 44 + version = "1.96.2.24355"; 45 45 pname = "vscodium"; 46 46 47 47 executableName = "codium";
+3 -3
pkgs/by-name/am/amqpcat/package.nix
··· 30 30 package = amqpcat; 31 31 }; 32 32 33 - meta = with lib; { 33 + meta = { 34 34 description = "CLI tool for publishing to and consuming from AMQP servers"; 35 35 mainProgram = "amqpcat"; 36 36 homepage = "https://github.com/cloudamqp/amqpcat"; 37 - license = licenses.mit; 38 - maintainers = with maintainers; [ aaronjheng ]; 37 + license = lib.licenses.mit; 38 + maintainers = with lib.maintainers; [ aaronjheng ]; 39 39 }; 40 40 }
+3 -3
pkgs/by-name/at/atlas/package.nix
··· 46 46 version = "v${version}"; 47 47 }; 48 48 49 - meta = with lib; { 49 + meta = { 50 50 description = "Modern tool for managing database schemas"; 51 51 homepage = "https://atlasgo.io/"; 52 52 changelog = "https://github.com/ariga/atlas/releases/tag/v${version}"; 53 - license = licenses.asl20; 54 - maintainers = with maintainers; [ aaronjheng ]; 53 + license = lib.licenses.asl20; 54 + maintainers = with lib.maintainers; [ aaronjheng ]; 55 55 mainProgram = "atlas"; 56 56 }; 57 57 }
+3 -3
pkgs/by-name/bi/bingo/package.nix
··· 21 21 22 22 ldflags = [ "-s" "-w" ]; 23 23 24 - meta = with lib; { 24 + meta = { 25 25 description = "Like `go get` but for Go tools! CI Automating versioning of Go binaries in a nested, isolated Go modules"; 26 26 mainProgram = "bingo"; 27 27 homepage = "https://github.com/bwplotka/bingo"; 28 - license = licenses.asl20; 29 - maintainers = with maintainers; [ aaronjheng ]; 28 + license = lib.licenses.asl20; 29 + maintainers = with lib.maintainers; [ aaronjheng ]; 30 30 }; 31 31 }
+3 -3
pkgs/by-name/bu/bufisk/package.nix
··· 22 22 "-w" 23 23 ]; 24 24 25 - meta = with lib; { 25 + meta = { 26 26 homepage = "https://github.com/bufbuild/bufisk"; 27 27 description = "User-friendly launcher for Buf"; 28 - license = licenses.asl20; 29 - maintainers = with maintainers; [ aaronjheng ]; 28 + license = lib.licenses.asl20; 29 + maintainers = with lib.maintainers; [ aaronjheng ]; 30 30 mainProgram = "bufisk"; 31 31 }; 32 32 }
+4 -4
pkgs/by-name/ds/dsp/package.nix
··· 53 53 libpulseaudio 54 54 ]; 55 55 56 - meta = with lib; { 56 + meta = { 57 57 homepage = "https://github.com/bmc0/dsp"; 58 58 description = "Audio processing program with an interactive mode"; 59 - license = licenses.isc; 60 - maintainers = with maintainers; [ aaronjheng ]; 61 - platforms = platforms.linux; 59 + license = lib.licenses.isc; 60 + maintainers = with lib.maintainers; [ aaronjheng ]; 61 + platforms = lib.platforms.linux; 62 62 mainProgram = "dsp"; 63 63 }; 64 64 })
+3 -3
pkgs/by-name/du/dust/package.nix
··· 39 39 installShellCompletion completions/dust.{bash,fish} --zsh completions/_dust 40 40 ''; 41 41 42 - meta = with lib; { 42 + meta = { 43 43 description = "du + rust = dust. Like du but more intuitive"; 44 44 homepage = "https://github.com/bootandy/dust"; 45 - license = licenses.asl20; 46 - maintainers = with maintainers; [ aaronjheng ]; 45 + license = lib.licenses.asl20; 46 + maintainers = with lib.maintainers; [ aaronjheng ]; 47 47 mainProgram = "dust"; 48 48 }; 49 49 }
+3 -3
pkgs/by-name/go/go-jsonnet/package.nix
··· 26 26 version = "v${version}"; 27 27 }; 28 28 29 - meta = with lib; { 29 + meta = { 30 30 description = "Implementation of Jsonnet in pure Go"; 31 31 homepage = "https://github.com/google/go-jsonnet"; 32 - license = licenses.asl20; 33 - maintainers = with maintainers; [ 32 + license = lib.licenses.asl20; 33 + maintainers = with lib.maintainers; [ 34 34 nshalman 35 35 aaronjheng 36 36 ];
+3 -3
pkgs/by-name/go/gojq/package.nix
··· 28 28 package = gojq; 29 29 }; 30 30 31 - meta = with lib; { 31 + meta = { 32 32 description = "Pure Go implementation of jq"; 33 33 homepage = "https://github.com/itchyny/gojq"; 34 34 changelog = "https://github.com/itchyny/gojq/blob/v${version}/CHANGELOG.md"; 35 - license = licenses.mit; 36 - maintainers = with maintainers; [ aaronjheng ]; 35 + license = lib.licenses.mit; 36 + maintainers = with lib.maintainers; [ aaronjheng ]; 37 37 mainProgram = "gojq"; 38 38 }; 39 39 }
+3 -3
pkgs/by-name/ki/kitex/package.nix
··· 36 36 version = "v${version}"; 37 37 }; 38 38 39 - meta = with lib; { 39 + meta = { 40 40 description = "A high-performance and strong-extensibility Golang RPC framework"; 41 41 homepage = "https://github.com/cloudwego/kitex"; 42 - license = licenses.asl20; 43 - maintainers = with maintainers; [ aaronjheng ]; 42 + license = lib.licenses.asl20; 43 + maintainers = with lib.maintainers; [ aaronjheng ]; 44 44 mainProgram = "kitex"; 45 45 }; 46 46 }
+2 -2
pkgs/by-name/lx/lxcfs/package.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "lxcfs"; 20 - version = "6.0.2"; 20 + version = "6.0.3"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "lxc"; 24 24 repo = "lxcfs"; 25 25 rev = "v${version}"; 26 - hash = "sha256-5r1X/yUXTMC/2dNhpI+BVYeClIydefg2lurCGt7iA8Y="; 26 + hash = "sha256-+Xlx1E6ggB/Vx3yOJGgh4UfEvaVyT7uOttaxelDA7Iw="; 27 27 }; 28 28 29 29 patches = [
+3 -3
pkgs/by-name/me/mesos-dns/package.nix
··· 24 24 "-w" 25 25 ]; 26 26 27 - meta = with lib; { 27 + meta = { 28 28 homepage = "https://m3scluster.github.io/mesos-dns/"; 29 29 changelog = "https://github.com/m3scluster/mesos-dns/releases/tag/v${version}"; 30 30 description = "DNS-based service discovery for Mesos"; 31 - license = licenses.asl20; 32 - maintainers = with maintainers; [ aaronjheng ]; 31 + license = lib.licenses.asl20; 32 + maintainers = with lib.maintainers; [ aaronjheng ]; 33 33 mainProgram = "mesos-dns"; 34 34 }; 35 35 }
+3 -3
pkgs/by-name/no/notation/package.nix
··· 46 46 command = "notation version"; 47 47 }; 48 48 49 - meta = with lib; { 49 + meta = { 50 50 description = "CLI tool to sign and verify OCI artifacts and container images"; 51 51 homepage = "https://notaryproject.dev/"; 52 - license = licenses.asl20; 53 - maintainers = with maintainers; [ aaronjheng ]; 52 + license = lib.licenses.asl20; 53 + maintainers = with lib.maintainers; [ aaronjheng ]; 54 54 mainProgram = "notation"; 55 55 }; 56 56 }
+3 -3
pkgs/by-name/pb/pb/package.nix
··· 32 32 command = "pb version"; 33 33 }; 34 34 35 - meta = with lib; { 35 + meta = { 36 36 homepage = "https://github.com/parseablehq/pb"; 37 37 changelog = "https://github.com/parseablehq/pb/releases/tag/v${version}"; 38 38 description = "CLI client for Parseable server"; 39 - license = licenses.agpl3Plus; 40 - maintainers = with maintainers; [ aaronjheng ]; 39 + license = lib.licenses.agpl3Plus; 40 + maintainers = with lib.maintainers; [ aaronjheng ]; 41 41 mainProgram = "pb"; 42 42 }; 43 43 }
+3 -3
pkgs/by-name/po/podman-tui/package.nix
··· 41 41 version = "v${version}"; 42 42 }; 43 43 44 - meta = with lib; { 44 + meta = { 45 45 homepage = "https://github.com/containers/podman-tui"; 46 46 description = "Podman Terminal UI"; 47 - license = licenses.asl20; 48 - maintainers = with maintainers; [ aaronjheng ]; 47 + license = lib.licenses.asl20; 48 + maintainers = with lib.maintainers; [ aaronjheng ]; 49 49 mainProgram = "podman-tui"; 50 50 }; 51 51 }
+3 -3
pkgs/by-name/pr/protoscope/package.nix
··· 22 22 "-w" 23 23 ]; 24 24 25 - meta = with lib; { 25 + meta = { 26 26 description = "Simple, human-editable language for representing and emitting the Protobuf wire format"; 27 27 mainProgram = "protoscope"; 28 28 homepage = "https://github.com/protocolbuffers/protoscope"; 29 - license = licenses.asl20; 30 - maintainers = with maintainers; [ aaronjheng ]; 29 + license = lib.licenses.asl20; 30 + maintainers = with lib.maintainers; [ aaronjheng ]; 31 31 }; 32 32 }
+3 -3
pkgs/by-name/sp/spirit/package.nix
··· 24 24 "-w" 25 25 ]; 26 26 27 - meta = with lib; { 27 + meta = { 28 28 homepage = "https://github.com/cashapp/spirit"; 29 29 description = "Online schema change tool for MySQL"; 30 - license = licenses.asl20; 31 - maintainers = with maintainers; [ aaronjheng ]; 30 + license = lib.licenses.asl20; 31 + maintainers = with lib.maintainers; [ aaronjheng ]; 32 32 mainProgram = "spirit"; 33 33 }; 34 34 }
+32
pkgs/by-name/wi/wingpanel-indicator-namarupa/fix-meson-build.patch
··· 1 + diff --git a/meson.build b/meson.build 2 + index 47a0da6..7aa49f4 100644 3 + --- a/meson.build 4 + +++ b/meson.build 5 + @@ -8,6 +8,9 @@ project( 6 + gettext_name = meson.project_name() + '-indicator' 7 + i18n = import('i18n') 8 + 9 + +prefix = get_option('prefix') 10 + +libdir = prefix / get_option('libdir') 11 + + 12 + add_global_arguments( 13 + '-DGETTEXT_PACKAGE="@0@"'.format(gettext_name), 14 + language:'c' 15 + @@ -25,7 +28,7 @@ add_project_arguments( 16 + config_data = configuration_data() 17 + config_data.set_quoted('GETTEXT_PACKAGE', gettext_name) 18 + config_data.set_quoted('LOCALEDIR', get_option('prefix') / get_option('localedir')) 19 + -config_data.set_quoted('AYATANAINDICATORDIR', dependency('indicator3-0.4').get_variable('indicatordir')) 20 + +config_data.set_quoted('AYATANAINDICATORDIR', '@indicator_application@/lib/indicators3/7/') 21 + 22 + shared_module( 23 + meson.project_name(), 24 + @@ -44,7 +47,7 @@ shared_module( 25 + dependency('indicator3-0.4') 26 + ], 27 + install: true, 28 + - install_dir : dependency('wingpanel').get_variable('indicatorsdir') 29 + + install_dir : dependency('wingpanel').get_variable('indicatorsdir', pkgconfig_define: ['libdir', libdir]) 30 + ) 31 + 32 + subdir('po')
+64
pkgs/by-name/wi/wingpanel-indicator-namarupa/package.nix
··· 1 + { 2 + lib, 3 + stdenv, 4 + fetchFromGitHub, 5 + unstableGitUpdater, 6 + replaceVars, 7 + meson, 8 + ninja, 9 + pkg-config, 10 + vala, 11 + gtk3, 12 + libgee, 13 + libindicator-gtk3, 14 + pantheon, 15 + indicator-application-gtk3, 16 + }: 17 + 18 + stdenv.mkDerivation rec { 19 + pname = "wingpanel-indicator-namarupa"; 20 + version = "0.0.0-unstable-2024-12-17"; 21 + 22 + src = fetchFromGitHub { 23 + owner = "lenemter"; 24 + repo = pname; 25 + rev = "d9fc4e47d58c72e0cf08aa11246910ce84fcef50"; 26 + sha256 = "sha256-8jzhrCMkP5ui964JRZUs+tl2ShxeB8q60fBUI4okrpg="; 27 + }; 28 + 29 + patches = [ 30 + # Tells the indicator the path for libapplication.so 31 + (replaceVars ./fix-meson-build.patch { 32 + indicator_application = indicator-application-gtk3; 33 + }) 34 + ]; 35 + 36 + nativeBuildInputs = [ 37 + meson 38 + ninja 39 + pkg-config 40 + vala 41 + ]; 42 + 43 + buildInputs = [ 44 + gtk3 45 + libgee 46 + libindicator-gtk3 47 + pantheon.granite 48 + pantheon.wingpanel 49 + ]; 50 + 51 + passthru = { 52 + updateScript = unstableGitUpdater { 53 + url = "https://github.com/lenemter/wingpanel-indicator-namarupa.git"; 54 + }; 55 + }; 56 + 57 + meta = with lib; { 58 + description = "Wingpanel Namarupa Indicator (Ayatana support)"; 59 + homepage = "https://github.com/lenemter/wingpanel-indicator-namarupa"; 60 + license = licenses.lgpl21Plus; 61 + platforms = platforms.linux; 62 + maintainers = teams.pantheon.members; 63 + }; 64 + }
+2 -2
pkgs/desktops/pantheon/apps/switchboard-plugs/security-privacy/default.nix
··· 21 21 22 22 stdenv.mkDerivation rec { 23 23 pname = "switchboard-plug-security-privacy"; 24 - version = "8.0.0"; 24 + version = "8.0.1"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "elementary"; 28 28 repo = pname; 29 29 rev = version; 30 - sha256 = "sha256-cL0kjG7IOlMOvqZj1Yx8E3xHWATnuDm08onpz091wmo="; 30 + sha256 = "sha256-k6dSiiBqqbhH7rmhpBu83LX8at/qJ4gkrg4Xc+VbkIE="; 31 31 }; 32 32 33 33 nativeBuildInputs = [
+3 -3
pkgs/development/hare-third-party/hare-ev/default.nix
··· 8 8 9 9 stdenv.mkDerivation { 10 10 pname = "hare-ev"; 11 - version = "0-unstable-2024-08-06"; 11 + version = "0-unstable-2024-12-13"; 12 12 13 13 src = fetchFromSourcehut { 14 14 owner = "~sircmpwn"; 15 15 repo = "hare-ev"; 16 - rev = "7de2b827e5e680e315697b97be142aebe71ec58f"; 17 - hash = "sha256-0RJqtYy3zGzy32WbR1pxsc3/B1VjUzJcVydqLxwmYSE="; 16 + rev = "7f80dcbeb09f4dd743cdccfb2cfed10bfdeb07ab"; 17 + hash = "sha256-cwBmkwQUeOBjTbDor44ZNowZkJ0ifrbr+ST5j5dUJm8="; 18 18 }; 19 19 20 20 nativeCheckInputs = [ hareHook ];
+1 -1
pkgs/development/python-modules/nox/default.nix
··· 55 55 uv = [ uv ]; 56 56 }; 57 57 58 - nativeCheckInputs = [ pytestCheckHook ] ++ lib.flatten (builtins.attrValues optional-dependencies); 58 + nativeCheckInputs = [ pytestCheckHook ]; 59 59 60 60 preCheck = '' 61 61 export HOME=$(mktemp -d)
+3 -3
pkgs/development/tools/mysql-shell/8.nix
··· 139 139 wrapProgram $out/bin/mysqlsh --set PYTHONPATH "${lib.makeSearchPath python3.sitePackages pythonDeps}" 140 140 ''; 141 141 142 - meta = with lib; { 142 + meta = { 143 143 homepage = "https://dev.mysql.com/doc/mysql-shell/${lib.versions.majorMinor finalAttrs.version}/en/"; 144 144 description = "New command line scriptable shell for MySQL"; 145 - license = licenses.gpl2; 146 - maintainers = with maintainers; [ aaronjheng ]; 145 + license = lib.licenses.gpl2; 146 + maintainers = with lib.maintainers; [ aaronjheng ]; 147 147 mainProgram = "mysqlsh"; 148 148 }; 149 149 })
+3 -3
pkgs/development/tools/mysql-shell/innovation.nix
··· 139 139 wrapProgram $out/bin/mysqlsh --set PYTHONPATH "${lib.makeSearchPath python3.sitePackages pythonDeps}" 140 140 ''; 141 141 142 - meta = with lib; { 142 + meta = { 143 143 homepage = "https://dev.mysql.com/doc/mysql-shell/${lib.versions.majorMinor finalAttrs.version}/en/"; 144 144 description = "New command line scriptable shell for MySQL"; 145 - license = licenses.gpl2; 146 - maintainers = with maintainers; [ aaronjheng ]; 145 + license = lib.licenses.gpl2; 146 + maintainers = with lib.maintainers; [ aaronjheng ]; 147 147 mainProgram = "mysqlsh"; 148 148 }; 149 149 })