Merge master into staging-next

authored by github-actions[bot] and committed by GitHub 54adb1d4 69a8c9e2

+573 -190
+6
maintainers/maintainer-list.nix
··· 7293 7293 github = "jorsn"; 7294 7294 githubId = 4646725; 7295 7295 }; 7296 + joshniemela = { 7297 + name = "Joshua Niemelä"; 7298 + email = "josh@jniemela.dk"; 7299 + github = "joshniemela"; 7300 + githubId = 88747315; 7301 + }; 7296 7302 joshuafern = { 7297 7303 name = "Joshua Fern"; 7298 7304 email = "joshuafern@protonmail.com";
+2 -2
pkgs/applications/audio/tauon/default.nix
··· 25 25 26 26 stdenv.mkDerivation rec { 27 27 pname = "tauon"; 28 - version = "7.4.7"; 28 + version = "7.5.0"; 29 29 30 30 src = fetchFromGitHub { 31 31 owner = "Taiko2k"; 32 32 repo = "TauonMusicBox"; 33 33 rev = "v${version}"; 34 - sha256 = "sha256-WUHMXsbnNaDlV/5bCOPMadJKWoF5i2UlFf9fcX6GCZ0="; 34 + hash = "sha256-9/mzh8lRBjd7d9oEyG1XGWmOdgPEFCVjHZxDnAhYDwc="; 35 35 }; 36 36 37 37 postUnpack = ''
+2 -2
pkgs/applications/blockchains/btcpayserver/default.nix
··· 6 6 7 7 buildDotnetModule rec { 8 8 pname = "btcpayserver"; 9 - version = "1.7.7"; 9 + version = "1.7.12"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = pname; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-bflQsVaCwV5zaU5k46wFQ45dIOg3dHmYfBVQHyw+EpM="; 15 + sha256 = "sha256-NRmpKr0lqe2NUlpyzkdtn7nN0rFrZakryNR1WAOzx9Q="; 16 16 }; 17 17 18 18 projectFile = "BTCPayServer/BTCPayServer.csproj";
+2 -2
pkgs/applications/blockchains/nbxplorer/default.nix
··· 6 6 7 7 buildDotnetModule rec { 8 8 pname = "nbxplorer"; 9 - version = "2.3.60"; 9 + version = "2.3.62"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "dgarage"; 13 13 repo = "NBXplorer"; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-YUZvTs77dGhG7dpxbQyGhrOMMx+8LotdMJflPflMDAE="; 15 + sha256 = "sha256-FpAMkVgvl0SxJ59FjL4H3Fvqb1LKsET2I+A01TQlvFA="; 16 16 }; 17 17 18 18 projectFile = "NBXplorer/NBXplorer.csproj";
+109 -97
pkgs/applications/editors/vim/plugins/generated.nix
··· 583 583 584 584 alpha-nvim = buildVimPluginFrom2Nix { 585 585 pname = "alpha-nvim"; 586 - version = "2023-02-14"; 586 + version = "2023-02-16"; 587 587 src = fetchFromGitHub { 588 588 owner = "goolord"; 589 589 repo = "alpha-nvim"; 590 - rev = "d35b99e36e32040ba06c48a25b5bd3e75be2a566"; 591 - sha256 = "0x61xqxpb9wjvzmgb685xyfqsv6dfylh1f6px53xwz6ps5m1k36g"; 590 + rev = "b3eef69e95674905bf26c7740dd4bbb09b355494"; 591 + sha256 = "04b3sik1j5y7yr17q109man97wkhdfmma0ah7arlq0yl08r8p357"; 592 592 }; 593 593 meta.homepage = "https://github.com/goolord/alpha-nvim/"; 594 594 }; ··· 727 727 728 728 aurora = buildVimPluginFrom2Nix { 729 729 pname = "aurora"; 730 - version = "2023-02-09"; 730 + version = "2023-02-16"; 731 731 src = fetchFromGitHub { 732 732 owner = "ray-x"; 733 733 repo = "aurora"; 734 - rev = "624d065f1c3f88438839dba79b995bc858a4642a"; 735 - sha256 = "01y84kzfjnjrd34m9j9gx5d0gj7sd2vby5vmpiddh9skz8pb26f6"; 734 + rev = "7c1be58365428ef18c3621bacc5aaf188f8a4b9e"; 735 + sha256 = "196km3z2pl0zbk8sy7c8z82a7wicla15ylfdraxpxh362sry8ayq"; 736 736 }; 737 737 meta.homepage = "https://github.com/ray-x/aurora/"; 738 738 }; ··· 787 787 788 788 autoclose-nvim = buildVimPluginFrom2Nix { 789 789 pname = "autoclose.nvim"; 790 - version = "2023-02-03"; 790 + version = "2023-02-16"; 791 791 src = fetchFromGitHub { 792 792 owner = "m4xshen"; 793 793 repo = "autoclose.nvim"; 794 - rev = "5c63f2c28a48d556644f3650daccdf0ba03ea177"; 795 - sha256 = "0c8klbm0wwr1rq1kkq2lq18n3d8kbi977zac70xc8h3dcfdnzc4m"; 794 + rev = "08b362ba12af1053871b192614b627bcb3c5299d"; 795 + sha256 = "0lw5hxdn72ylyqwh1rs2ab3jknfx6j584zxwz8mcaag6zp75c44k"; 796 796 }; 797 797 meta.homepage = "https://github.com/m4xshen/autoclose.nvim/"; 798 798 }; ··· 847 847 848 848 barbar-nvim = buildVimPluginFrom2Nix { 849 849 pname = "barbar.nvim"; 850 - version = "2023-02-09"; 850 + version = "2023-02-16"; 851 851 src = fetchFromGitHub { 852 852 owner = "romgrk"; 853 853 repo = "barbar.nvim"; 854 - rev = "2d53f49c21327da48f0447841027848f49e1fea4"; 855 - sha256 = "1fm845zjw08pzcql7ikk8qz87wrffl4w2jwgqvrqx5207qlafcbn"; 854 + rev = "00512bab6983fb8b996f36a9688b0c8478a1f4f0"; 855 + sha256 = "15w2a8m1pbv265b3s3j0b4a4n3znwmg8629azqw5wdgfhy3sami7"; 856 856 }; 857 857 meta.homepage = "https://github.com/romgrk/barbar.nvim/"; 858 858 }; 859 859 860 860 barbecue-nvim = buildVimPluginFrom2Nix { 861 861 pname = "barbecue.nvim"; 862 - version = "2023-02-15"; 862 + version = "2023-02-16"; 863 863 src = fetchFromGitHub { 864 864 owner = "utilyre"; 865 865 repo = "barbecue.nvim"; 866 - rev = "234ab8b8afec9139819416fc6ed5637e491a067c"; 867 - sha256 = "1gs7hz29l0zhrrz8ylchspfd7kqyp8j95fy17v311vgbhr1wzg6w"; 866 + rev = "c6cb480f397d19f73cf2ff491c547d751118dbae"; 867 + sha256 = "0xlqmz0mg9h531a7667sxpr9q1nff525jjyw4fz07xwfs8q47wxr"; 868 868 }; 869 869 meta.homepage = "https://github.com/utilyre/barbecue.nvim/"; 870 870 }; ··· 991 991 992 992 bufdelete-nvim = buildVimPluginFrom2Nix { 993 993 pname = "bufdelete.nvim"; 994 - version = "2022-12-04"; 994 + version = "2023-02-16"; 995 995 src = fetchFromGitHub { 996 996 owner = "famiu"; 997 997 repo = "bufdelete.nvim"; 998 - rev = "f79e9d186b42fba5f1b1362006e7c70240db97a4"; 999 - sha256 = "08avd9icr7jclljlkzg8q74c95g0knzhxkldgfg9kl298h7qc521"; 998 + rev = "8933abc09df6c381d47dc271b1ee5d266541448e"; 999 + sha256 = "1f2kv77273hgjmkwvsrxmpsdj2gpz8y72fz1nxgawd6h9w9ly7kf"; 1000 1000 }; 1001 1001 meta.homepage = "https://github.com/famiu/bufdelete.nvim/"; 1002 1002 }; ··· 1243 1243 1244 1244 cmp-cmdline = buildVimPluginFrom2Nix { 1245 1245 pname = "cmp-cmdline"; 1246 - version = "2022-11-27"; 1246 + version = "2023-02-16"; 1247 1247 src = fetchFromGitHub { 1248 1248 owner = "hrsh7th"; 1249 1249 repo = "cmp-cmdline"; 1250 - rev = "23c51b2a3c00f6abc4e922dbd7c3b9aca6992063"; 1251 - sha256 = "0vffivj94736njjhlazrs0jkc1nyvcdjpw64w38d1lhlyflf4cl7"; 1250 + rev = "8fcc934a52af96120fe26358985c10c035984b53"; 1251 + sha256 = "1bhhna3f1xzf6y7q6iq9v2369w0jrgnh0hngnw84wh79pknqsgb3"; 1252 1252 }; 1253 1253 meta.homepage = "https://github.com/hrsh7th/cmp-cmdline/"; 1254 1254 }; ··· 1363 1363 1364 1364 cmp-fuzzy-buffer = buildVimPluginFrom2Nix { 1365 1365 pname = "cmp-fuzzy-buffer"; 1366 - version = "2022-11-22"; 1366 + version = "2023-02-16"; 1367 1367 src = fetchFromGitHub { 1368 1368 owner = "tzachar"; 1369 1369 repo = "cmp-fuzzy-buffer"; 1370 - rev = "471949d19b1246f069eaf50729b39231eab3221b"; 1371 - sha256 = "1l10acnb8rxis7hs1a333b23cfcjllwzr98cn9xh18mrh77my7w5"; 1370 + rev = "21d281de0fda5bf4f57920f54eb60e212593ba63"; 1371 + sha256 = "1794rhyf0sjwzw3hbzxv53vispifyxxxp1niv6zw4bmrks3jxdg8"; 1372 1372 }; 1373 1373 meta.homepage = "https://github.com/tzachar/cmp-fuzzy-buffer/"; 1374 1374 }; ··· 1891 1891 1892 1892 comment-nvim = buildVimPluginFrom2Nix { 1893 1893 pname = "comment.nvim"; 1894 - version = "2023-02-13"; 1894 + version = "2023-02-16"; 1895 1895 src = fetchFromGitHub { 1896 1896 owner = "numtostr"; 1897 1897 repo = "comment.nvim"; 1898 - rev = "418d3117dab2f54c4340ea73e0070dd78fc81753"; 1899 - sha256 = "0qmkj4xchl3q26pzf6x8ssm97ax72vav4jcq4410mf7xiahwcl1d"; 1898 + rev = "6821b3ae27a57f1f3cf8ed030e4a55d70d0c4e43"; 1899 + sha256 = "1c3qrbjzz0kl1k1gjkgil0ni944ac80ps76rdhs9jd7chbn7l0sb"; 1900 1900 }; 1901 1901 meta.homepage = "https://github.com/numtostr/comment.nvim/"; 1902 1902 }; ··· 2095 2095 2096 2096 copilot-lua = buildVimPluginFrom2Nix { 2097 2097 pname = "copilot.lua"; 2098 - version = "2023-02-13"; 2098 + version = "2023-02-16"; 2099 2099 src = fetchFromGitHub { 2100 2100 owner = "zbirenbaum"; 2101 2101 repo = "copilot.lua"; 2102 - rev = "137df557486f91627b8e4708a47088f36950f12c"; 2103 - sha256 = "1ipcmmp3df5dfxjaryxkwl2k48kkzxhn9hn428w76xhfa1z603iq"; 2102 + rev = "f1b330351d755e905cffe1dea2f6e0a6f273c9fe"; 2103 + sha256 = "1vhrxdd8z7y2wdjclqq6gqp2yfv9rid9hh382m70hcma3nkj19mz"; 2104 2104 }; 2105 2105 meta.homepage = "https://github.com/zbirenbaum/copilot.lua/"; 2106 2106 }; ··· 2299 2299 2300 2300 dashboard-nvim = buildVimPluginFrom2Nix { 2301 2301 pname = "dashboard-nvim"; 2302 - version = "2023-02-15"; 2302 + version = "2023-02-16"; 2303 2303 src = fetchFromGitHub { 2304 2304 owner = "glepnir"; 2305 2305 repo = "dashboard-nvim"; 2306 - rev = "ce0dbf6e7e5d94d6c2df250fb61f722c0d05b041"; 2307 - sha256 = "1w434kva86bynhkjg52jxhzcbbjlxbhkbb2sxi4z7gcns27bx7rx"; 2306 + rev = "2312a5024748e869a355d91170f2e8fbf2bd5a51"; 2307 + sha256 = "1sg2c2238m6nrmp700b2wvw9g9p1wfc7d1v4ma0lam4d1z0xhwyj"; 2308 2308 }; 2309 2309 meta.homepage = "https://github.com/glepnir/dashboard-nvim/"; 2310 2310 }; ··· 3208 3208 src = fetchFromGitHub { 3209 3209 owner = "ibhagwan"; 3210 3210 repo = "fzf-lua"; 3211 - rev = "1f9824bba0cdcae491f911d0d6d1281fb5685782"; 3212 - sha256 = "0640dza1ipmwsgmh2bwqsyib7yn7c7y8ma5ki9842c6qdcah6sci"; 3211 + rev = "da1881ad7a2d643283ef4eb364b67062e6235532"; 3212 + sha256 = "0mwbhin3052h4fc5vxjzcc6c81kx9gm5g97v5d7l39x2rxa62n1r"; 3213 3213 }; 3214 3214 meta.homepage = "https://github.com/ibhagwan/fzf-lua/"; 3215 3215 }; ··· 3360 3360 3361 3361 gitsigns-nvim = buildNeovimPluginFrom2Nix { 3362 3362 pname = "gitsigns.nvim"; 3363 - version = "2023-02-15"; 3363 + version = "2023-02-16"; 3364 3364 src = fetchFromGitHub { 3365 3365 owner = "lewis6991"; 3366 3366 repo = "gitsigns.nvim"; 3367 - rev = "5f1451ea7d9a9005b3f0bedeab20cef7a4c65993"; 3368 - sha256 = "1x5ab50i69dwndkbl9b1ng29pagl2wyj8f4sg7p8w7djq3l9k5bb"; 3367 + rev = "f388995990aba04cfdc7c3ab870c33e280601109"; 3368 + sha256 = "1nm1f1d8c632nfnkiak4j7ynyin379bmhag5qp2p912cd9cjvsgx"; 3369 3369 }; 3370 3370 meta.homepage = "https://github.com/lewis6991/gitsigns.nvim/"; 3371 3371 }; ··· 3611 3611 3612 3612 haskell-tools-nvim = buildVimPluginFrom2Nix { 3613 3613 pname = "haskell-tools.nvim"; 3614 - version = "2023-02-15"; 3614 + version = "2023-02-16"; 3615 3615 src = fetchFromGitHub { 3616 3616 owner = "MrcJkb"; 3617 3617 repo = "haskell-tools.nvim"; 3618 - rev = "819a29a463accc0981d996e704af1a892fa0d897"; 3619 - sha256 = "14sc9c2jhda0xf4n5nbzmv7lwgs5c632i9i2g00cakwa7m8af8s8"; 3618 + rev = "151fe7256a5c80aece6550691f705839b9b21d14"; 3619 + sha256 = "0chl2p7b94pawz0xrkp8iszjgvjd1qpvq44kz1wcmm5146n5phgg"; 3620 3620 }; 3621 3621 meta.homepage = "https://github.com/MrcJkb/haskell-tools.nvim/"; 3622 3622 }; ··· 4175 4175 4176 4176 lazy-nvim = buildVimPluginFrom2Nix { 4177 4177 pname = "lazy.nvim"; 4178 - version = "2023-02-15"; 4178 + version = "2023-02-16"; 4179 4179 src = fetchFromGitHub { 4180 4180 owner = "folke"; 4181 4181 repo = "lazy.nvim"; 4182 - rev = "e916f41df26e33b01f1b3ebe28881090da3a7281"; 4183 - sha256 = "0dxq6nfr51abn0g7igljsj78yk672c1r85givkfyb9z0a97gxmq5"; 4182 + rev = "8186cc5db31bd5968b5be838a30c4cf1465cb3f9"; 4183 + sha256 = "1z765zqj4pfy9yj0057lcxjj2zk3mp6c4hw19b231s6s6fn8kvnl"; 4184 4184 }; 4185 4185 meta.homepage = "https://github.com/folke/lazy.nvim/"; 4186 4186 }; ··· 4247 4247 4248 4248 legendary-nvim = buildVimPluginFrom2Nix { 4249 4249 pname = "legendary.nvim"; 4250 - version = "2023-02-13"; 4250 + version = "2023-02-16"; 4251 4251 src = fetchFromGitHub { 4252 4252 owner = "mrjones2014"; 4253 4253 repo = "legendary.nvim"; 4254 - rev = "3cf37f4f958e47b3c124d45a5e8b654e18380035"; 4255 - sha256 = "13cjsbv9k2rkqs51n178cw47qhcwh1w4myafchasngbyh0y4ygww"; 4254 + rev = "9e38951df410c6d65fa2b932832d201d7cd6ca62"; 4255 + sha256 = "14sw0xaf7qr9896hcl9vb5ivmc6w15p1np0gqnyhjqbmcqj20yp8"; 4256 4256 }; 4257 4257 meta.homepage = "https://github.com/mrjones2014/legendary.nvim/"; 4258 4258 }; ··· 4787 4787 4788 4788 mason-nvim = buildVimPluginFrom2Nix { 4789 4789 pname = "mason.nvim"; 4790 - version = "2023-02-15"; 4790 + version = "2023-02-16"; 4791 4791 src = fetchFromGitHub { 4792 4792 owner = "williamboman"; 4793 4793 repo = "mason.nvim"; 4794 - rev = "fecabaff94c34bf8ed9c3b2a45d42a5906ea251c"; 4795 - sha256 = "1wsx9ky30wawyiflb613wm1bshrfbs7xdrf2ysllznn5bd1sn4xk"; 4794 + rev = "511457c94cc47e5edbc82cf35469dcd09d56856f"; 4795 + sha256 = "0g9xcrkrdpqclgpgrlyv992pznycs0l0nmd7adr7ms3z41ai9lr0"; 4796 4796 }; 4797 4797 meta.homepage = "https://github.com/williamboman/mason.nvim/"; 4798 4798 }; ··· 5219 5219 5220 5220 neoconf-nvim = buildVimPluginFrom2Nix { 5221 5221 pname = "neoconf.nvim"; 5222 - version = "2023-02-14"; 5222 + version = "2023-02-16"; 5223 5223 src = fetchFromGitHub { 5224 5224 owner = "folke"; 5225 5225 repo = "neoconf.nvim"; 5226 - rev = "45d2575527c080d6f87fd0b7741d877be88f0d26"; 5227 - sha256 = "1i62214yc69n99xbshm5yd3nj9j7wg4wqhn2gjclmay8vw05kak0"; 5226 + rev = "7213f7919ca67e3f3d5f95d415b0eea965886e2f"; 5227 + sha256 = "01g2qzrwaw8xzi24k28gqy79myvqiqz9p7l9vwlbx5rhcbg2dq4y"; 5228 5228 }; 5229 5229 meta.homepage = "https://github.com/folke/neoconf.nvim/"; 5230 5230 }; ··· 5579 5579 5580 5580 nlsp-settings-nvim = buildVimPluginFrom2Nix { 5581 5581 pname = "nlsp-settings.nvim"; 5582 - version = "2023-02-15"; 5582 + version = "2023-02-16"; 5583 5583 src = fetchFromGitHub { 5584 5584 owner = "tamago324"; 5585 5585 repo = "nlsp-settings.nvim"; 5586 - rev = "d48847d0f9df136727e0e7f6626ec334c4a8fca7"; 5587 - sha256 = "02qd9j9sxcgg0fp61nssgkhyzhn65llsprwajng27ajc0421kixy"; 5586 + rev = "94561a5c7280416e09c33c8649cd1de638f5a93f"; 5587 + sha256 = "0r5m34r94h4x520ibymmzb4zb0lq59j1knq34vyjq5lgbpksh2c6"; 5588 5588 }; 5589 5589 meta.homepage = "https://github.com/tamago324/nlsp-settings.nvim/"; 5590 5590 }; ··· 5699 5699 5700 5700 null-ls-nvim = buildVimPluginFrom2Nix { 5701 5701 pname = "null-ls.nvim"; 5702 - version = "2023-02-15"; 5702 + version = "2023-02-16"; 5703 5703 src = fetchFromGitHub { 5704 5704 owner = "jose-elias-alvarez"; 5705 5705 repo = "null-ls.nvim"; 5706 - rev = "a75bba0ae5e89df03f01c17a1d913884eeebcc2e"; 5707 - sha256 = "1gbnvh8p071f07h987q3b6k2zkhh9vf7qvvjmq2c3lgn6g3snzbl"; 5706 + rev = "a82aa08c0063843926947f3688b0e61fd71db680"; 5707 + sha256 = "14ijkjfbg5dm54wkp34rf6z9p5v2z7psxnfv526rqp9p4qqasghk"; 5708 5708 }; 5709 5709 meta.homepage = "https://github.com/jose-elias-alvarez/null-ls.nvim/"; 5710 5710 }; ··· 5771 5771 5772 5772 nvim-base16 = buildVimPluginFrom2Nix { 5773 5773 pname = "nvim-base16"; 5774 - version = "2023-02-03"; 5774 + version = "2023-02-16"; 5775 5775 src = fetchFromGitHub { 5776 5776 owner = "RRethy"; 5777 5777 repo = "nvim-base16"; 5778 - rev = "a3e0146ba46a797a0118da0177cbec5e28722399"; 5778 + rev = "36f0e1d27fb87fd5199baa32c1e2921af6061e44"; 5779 5779 sha256 = "079f6dvdcl6zzdl8rgyxr7g8gla066w41ndmg2qakrbj5fap3fyn"; 5780 5780 }; 5781 5781 meta.homepage = "https://github.com/RRethy/nvim-base16/"; ··· 5807 5807 5808 5808 nvim-bufdel = buildVimPluginFrom2Nix { 5809 5809 pname = "nvim-bufdel"; 5810 - version = "2022-09-20"; 5810 + version = "2023-02-16"; 5811 5811 src = fetchFromGitHub { 5812 5812 owner = "ojroques"; 5813 5813 repo = "nvim-bufdel"; 5814 - rev = "a60b3531e5bd56f8602acb4ba7f5b2eeb782d54b"; 5815 - sha256 = "1yyxcnnh560gilkrqadpiwx3kpql4msw0as2v9i2v8m4z5yw36bd"; 5814 + rev = "458467859d59b43812e10ba78b4c2e14fad533bb"; 5815 + sha256 = "0j9wqyi5wr6wsky7drp1y58kx9cv8vg2i8pzyzfcis3j3jfg1nsf"; 5816 5816 }; 5817 5817 meta.homepage = "https://github.com/ojroques/nvim-bufdel/"; 5818 5818 }; ··· 5831 5831 5832 5832 nvim-cmp = buildNeovimPluginFrom2Nix { 5833 5833 pname = "nvim-cmp"; 5834 - version = "2023-02-15"; 5834 + version = "2023-02-16"; 5835 5835 src = fetchFromGitHub { 5836 5836 owner = "hrsh7th"; 5837 5837 repo = "nvim-cmp"; 5838 - rev = "208d69f233d65526a22c6497ed57d0c80d99fa5f"; 5839 - sha256 = "1pv5mcs07a4cg05h23wxv4ddaxkzgd32fkr8p89k6fwl6v35s3jc"; 5838 + rev = "ea9eaff5739856f3187d228d2c1181ea49fd4697"; 5839 + sha256 = "052061i7dw26f47crijvpg1vwikqh1ly00vxnz5c6qb891pf2wsn"; 5840 5840 }; 5841 5841 meta.homepage = "https://github.com/hrsh7th/nvim-cmp/"; 5842 5842 }; ··· 6311 6311 6312 6312 nvim-osc52 = buildVimPluginFrom2Nix { 6313 6313 pname = "nvim-osc52"; 6314 - version = "2023-01-10"; 6314 + version = "2023-02-16"; 6315 6315 src = fetchFromGitHub { 6316 6316 owner = "ojroques"; 6317 6317 repo = "nvim-osc52"; 6318 - rev = "27da4724a887dabed3768b41fa51c785cb62ef26"; 6319 - sha256 = "1wylh055y2dyb7zcdk9sa41wnkfbknp2bgnlrhmxdq5h2bkr8hbd"; 6318 + rev = "358a2b4804c5f35b9ab6975cf68611afcbbc9b0d"; 6319 + sha256 = "1vr92nishv9hsnhx0k8jlnsdcbqag60dk2xqaxqc81q98ypq1h27"; 6320 6320 }; 6321 6321 meta.homepage = "https://github.com/ojroques/nvim-osc52/"; 6322 6322 }; ··· 6455 6455 6456 6456 nvim-treesitter = buildVimPluginFrom2Nix { 6457 6457 pname = "nvim-treesitter"; 6458 - version = "2023-02-15"; 6458 + version = "2023-02-16"; 6459 6459 src = fetchFromGitHub { 6460 6460 owner = "nvim-treesitter"; 6461 6461 repo = "nvim-treesitter"; 6462 - rev = "b44871afb59e456bbff4113e416405c06c991cf5"; 6463 - sha256 = "1i6rlz06r0bg1zk33qzwz0h3sh7vglf9m2hfvm31i6pfsyngd1ib"; 6462 + rev = "b23856a88e04e1468e1603d6e0900f2372709e22"; 6463 + sha256 = "02y1853nnv67cnih3z6pd7ml8k918hnh5j0fvgw4hb30lq1rsnns"; 6464 6464 }; 6465 6465 meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/"; 6466 6466 }; ··· 6731 6731 6732 6732 onedarkpro-nvim = buildVimPluginFrom2Nix { 6733 6733 pname = "onedarkpro.nvim"; 6734 - version = "2023-02-14"; 6734 + version = "2023-02-16"; 6735 6735 src = fetchFromGitHub { 6736 6736 owner = "olimorris"; 6737 6737 repo = "onedarkpro.nvim"; 6738 - rev = "f79b875361d06a326d855393b5ed0ce4186a15c4"; 6739 - sha256 = "1n2pnncggjn1gpgl9xjwjhdzd9xpn3iv0z4zbz56qpcm9rdsmizs"; 6738 + rev = "5241d17dbe1784555a4f95487e9db06a4cb0e8b8"; 6739 + sha256 = "1ac6fmghrgrn1629b6lvgcnm362mwj176q6wv6wnrkkx1wa1cj44"; 6740 6740 }; 6741 6741 meta.homepage = "https://github.com/olimorris/onedarkpro.nvim/"; 6742 6742 }; ··· 6897 6897 meta.homepage = "https://github.com/andsild/peskcolor.vim/"; 6898 6898 }; 6899 6899 6900 + pest-vim = buildVimPluginFrom2Nix { 6901 + pname = "pest.vim"; 6902 + version = "2020-04-20"; 6903 + src = fetchFromGitHub { 6904 + owner = "pest-parser"; 6905 + repo = "pest.vim"; 6906 + rev = "ebeeea5e0757adee037135cf3b8248589b22ae16"; 6907 + sha256 = "159h9f96x127w1i0cj0cwb8cr2k0fbb9l3vsyky60h344p8amcbi"; 6908 + }; 6909 + meta.homepage = "https://github.com/pest-parser/pest.vim/"; 6910 + }; 6911 + 6900 6912 pgsql-vim = buildVimPluginFrom2Nix { 6901 6913 pname = "pgsql.vim"; 6902 6914 version = "2021-12-08"; ··· 8177 8189 8178 8190 telescope-coc-nvim = buildVimPluginFrom2Nix { 8179 8191 pname = "telescope-coc.nvim"; 8180 - version = "2022-12-08"; 8192 + version = "2023-02-16"; 8181 8193 src = fetchFromGitHub { 8182 8194 owner = "fannheyward"; 8183 8195 repo = "telescope-coc.nvim"; 8184 - rev = "878c8ac14f809f7a1247a090408f7c23fa075470"; 8185 - sha256 = "0q237i5cwxqzzhfmnbvljsmc4z7gmdfapz965pp135ybid4nh5xh"; 8196 + rev = "a1aaabdb3b546f63d24f1fd156dfb1ddc0bc03de"; 8197 + sha256 = "1i76sjlw8irvk52g2sj90f9b3icdjvzp0zdc72fsbfjxd2kwr926"; 8186 8198 }; 8187 8199 meta.homepage = "https://github.com/fannheyward/telescope-coc.nvim/"; 8188 8200 }; ··· 8370 8382 8371 8383 telescope-undo-nvim = buildVimPluginFrom2Nix { 8372 8384 pname = "telescope-undo.nvim"; 8373 - version = "2023-01-29"; 8385 + version = "2023-02-16"; 8374 8386 src = fetchFromGitHub { 8375 8387 owner = "debugloop"; 8376 8388 repo = "telescope-undo.nvim"; 8377 - rev = "b5e31b358095074b60d87690bd1dc0a020a2afab"; 8378 - sha256 = "1hpqd0dgb01in5dbqs2ps3wr12iqnf0pd0xdnaalvq7rmvsmvz7a"; 8389 + rev = "03ff45fab0c4adad4d252e25b5b194e22caf5b4f"; 8390 + sha256 = "1mik7qwz16bgbfpr5lcsrgkrjwifk1zanzmsdbj416kxhsz90fx7"; 8379 8391 }; 8380 8392 meta.homepage = "https://github.com/debugloop/telescope-undo.nvim/"; 8381 8393 }; ··· 8743 8755 8744 8756 trouble-nvim = buildVimPluginFrom2Nix { 8745 8757 pname = "trouble.nvim"; 8746 - version = "2023-02-10"; 8758 + version = "2023-02-16"; 8747 8759 src = fetchFromGitHub { 8748 8760 owner = "folke"; 8749 8761 repo = "trouble.nvim"; 8750 - rev = "556ef3089709a6e253df1e500381fec5eb48e48a"; 8751 - sha256 = "0ragk770zibpqggvz8l78is0zr839r2py6k5261wmn1qwslagz06"; 8762 + rev = "3bd029284d368cf70cc6fb4a5cbb9ae2231c239d"; 8763 + sha256 = "100ql4377b8qib5f3jqxighhfl7xvjdk7iijlbfs0g5yaabs76cw"; 8752 8764 }; 8753 8765 meta.homepage = "https://github.com/folke/trouble.nvim/"; 8754 8766 }; ··· 8851 8863 8852 8864 unison = buildVimPluginFrom2Nix { 8853 8865 pname = "unison"; 8854 - version = "2023-02-15"; 8866 + version = "2023-02-16"; 8855 8867 src = fetchFromGitHub { 8856 8868 owner = "unisonweb"; 8857 8869 repo = "unison"; 8858 - rev = "aeac746d73251efd6c89d555d07cffe6c8176682"; 8859 - sha256 = "09sz5hwpci77k397xm01xf8sc37j91635ixb7lpq0da02ar7qs8l"; 8870 + rev = "0207347cbfdd099da9a714e50c97f2acee93a5ce"; 8871 + sha256 = "1ifb4sn8clddjc2lmz0yav0lwklskknv43h1f8l1pbqm7fsyr1ki"; 8860 8872 }; 8861 8873 meta.homepage = "https://github.com/unisonweb/unison/"; 8862 8874 }; ··· 10615 10627 10616 10628 vim-go = buildVimPluginFrom2Nix { 10617 10629 pname = "vim-go"; 10618 - version = "2023-02-15"; 10630 + version = "2023-02-16"; 10619 10631 src = fetchFromGitHub { 10620 10632 owner = "fatih"; 10621 10633 repo = "vim-go"; 10622 - rev = "633074c6a02866f967e0576c491f9ca0df3e9f9a"; 10623 - sha256 = "0fmsn2pqyklpcqvivhk7hvg8zndskrz9r9znd8m2wbdaa7rlsd79"; 10634 + rev = "231d4d165cb87e79a58b8a15742540e6af0577ed"; 10635 + sha256 = "11849nva04cjlm0np3c592dcj4y2klw56mrsrdxfmff0x9z61iz1"; 10624 10636 }; 10625 10637 meta.homepage = "https://github.com/fatih/vim-go/"; 10626 10638 }; ··· 13151 13163 13152 13164 vim-tpipeline = buildVimPluginFrom2Nix { 13153 13165 pname = "vim-tpipeline"; 13154 - version = "2023-02-06"; 13166 + version = "2023-02-16"; 13155 13167 src = fetchFromGitHub { 13156 13168 owner = "vimpostor"; 13157 13169 repo = "vim-tpipeline"; 13158 - rev = "9d1dd5116c13b6d850a81291422a4a9818622b6c"; 13159 - sha256 = "00n2lq23m9b050ianbr5b655c23qasspvc5kf56dzpkjxgza56am"; 13170 + rev = "95a6ccbe9f33bc42dd4cee45731d8bc3fbcd92d1"; 13171 + sha256 = "1nxrva8gs2fq6vi3w26ns6lrfpbyfw495knidpx9pmvcf0ypxcva"; 13160 13172 }; 13161 13173 meta.homepage = "https://github.com/vimpostor/vim-tpipeline/"; 13162 13174 }; ··· 14077 14089 14078 14090 catppuccin-nvim = buildVimPluginFrom2Nix { 14079 14091 pname = "catppuccin-nvim"; 14080 - version = "2023-02-15"; 14092 + version = "2023-02-16"; 14081 14093 src = fetchFromGitHub { 14082 14094 owner = "catppuccin"; 14083 14095 repo = "nvim"; 14084 - rev = "b0ab85552b0f60ab7a0aa46f432e709c124f8153"; 14085 - sha256 = "06c0cr5df3fmvqpzkxdnfr7dff0bab28ycngaq7i5bsbrd6pbjn3"; 14096 + rev = "3626b5e2db6ec3b6ae605aab02dce5865935a61f"; 14097 + sha256 = "1l2cqkx6pr2a9r4z20pc3rnqy377aw8c4468rlffg8h1l5vvq0b6"; 14086 14098 }; 14087 14099 meta.homepage = "https://github.com/catppuccin/nvim/"; 14088 14100 };
+9 -9
pkgs/applications/editors/vim/plugins/nvim-treesitter/generated.nix
··· 115 115 }; 116 116 c_sharp = buildGrammar { 117 117 language = "c_sharp"; 118 - version = "18e4343"; 118 + version = "5b6c4d0"; 119 119 src = fetchFromGitHub { 120 120 owner = "tree-sitter"; 121 121 repo = "tree-sitter-c-sharp"; 122 - rev = "18e434383a4582b4fd183a30e55022c2923764e1"; 123 - hash = "sha256-ggvCj2yGDINuGr8Jb+aOoRxlKa5LaXCoiQC/Y5Hrcn0="; 122 + rev = "5b6c4d0d19d79b05c69ad752e11829910e3b4610"; 123 + hash = "sha256-Ax9AuxqQK9gSlkxM2k6E32CskudUmduWm0luC031P5U="; 124 124 }; 125 125 meta.homepage = "https://github.com/tree-sitter/tree-sitter-c-sharp"; 126 126 }; ··· 426 426 }; 427 427 fortran = buildGrammar { 428 428 language = "fortran"; 429 - version = "069bd7c"; 429 + version = "0f6ad1a"; 430 430 src = fetchFromGitHub { 431 431 owner = "stadelmanma"; 432 432 repo = "tree-sitter-fortran"; 433 - rev = "069bd7c864fe2dee1115140cc2621d140b16a643"; 434 - hash = "sha256-edvAcXKoVHIpOpVPROA9l97B4tFfuJYbjcSy9oE/dzw="; 433 + rev = "0f6ad1a0ec8bbd263b5b9af17ba31e3cb75369e8"; 434 + hash = "sha256-Zo+1bSj1LDl4XFIelssZtYTft1BfTydMMzC/5COOUe0="; 435 435 }; 436 436 meta.homepage = "https://github.com/stadelmanma/tree-sitter-fortran"; 437 437 }; ··· 1445 1445 }; 1446 1446 sql = buildGrammar { 1447 1447 language = "sql"; 1448 - version = "7be06f4"; 1448 + version = "13d375d"; 1449 1449 src = fetchFromGitHub { 1450 1450 owner = "derekstride"; 1451 1451 repo = "tree-sitter-sql"; 1452 - rev = "7be06f4d5eabace883dd45959c13dc740f1f1b98"; 1453 - hash = "sha256-Hi/4/Aou85MYCMMFqf5xqAyKECTzfeiaksJxdv9MVCU="; 1452 + rev = "13d375dea377bae5f235176fae97a50ba584db54"; 1453 + hash = "sha256-+r/rmWD3/0ASsIX7xOieM8eFcOIRJXGCYBq1Tucf9+Y="; 1454 1454 }; 1455 1455 generate = true; 1456 1456 meta.homepage = "https://github.com/derekstride/tree-sitter-sql";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 580 580 https://github.com/tmsvg/pear-tree/,, 581 581 https://github.com/steelsojka/pears.nvim/,, 582 582 https://github.com/andsild/peskcolor.vim/,, 583 + https://github.com/pest-parser/pest.vim/,HEAD, 583 584 https://github.com/lifepillar/pgsql.vim/,, 584 585 https://github.com/motus/pig.vim/,, 585 586 https://github.com/aklt/plantuml-syntax/,,
+131
pkgs/applications/emulators/xemu/default.nix
··· 1 + { stdenv 2 + , fetchFromGitHub 3 + , lib 4 + , makeDesktopItem 5 + , copyDesktopItems 6 + , pkg-config 7 + , python3 8 + , ninja 9 + , meson 10 + , which 11 + , perl 12 + , wrapGAppsHook 13 + , glib 14 + , gtk3 15 + , libpcap 16 + , openssl 17 + , libepoxy 18 + , libsamplerate 19 + , SDL2 20 + , SDL2_image 21 + , mesa 22 + , libdrm 23 + , libGLU 24 + , gettext 25 + , vte 26 + }: 27 + 28 + stdenv.mkDerivation rec { 29 + pname = "xemu"; 30 + version = "0.7.84"; 31 + 32 + src = fetchFromGitHub { 33 + owner = "xemu-project"; 34 + repo = "xemu"; 35 + rev = "v${version}"; 36 + fetchSubmodules = true; 37 + hash = "sha256-pEXjwoQKbMmVNYCnh5nqP7k0acYOAp8SqxYZwPzVwDY="; 38 + }; 39 + 40 + nativeBuildInputs = [ 41 + pkg-config 42 + python3 43 + python3.pkgs.pyyaml 44 + ninja 45 + which 46 + meson 47 + perl 48 + wrapGAppsHook 49 + copyDesktopItems 50 + ]; 51 + 52 + buildInputs = [ 53 + glib 54 + gtk3 55 + openssl 56 + mesa 57 + libepoxy 58 + libdrm 59 + libpcap 60 + libsamplerate 61 + SDL2 62 + libGLU 63 + SDL2_image 64 + gettext 65 + vte 66 + ]; 67 + 68 + separateDebugInfo = true; 69 + 70 + dontUseMesonConfigure = true; 71 + 72 + setOutputFlags = false; 73 + 74 + configureFlags = [ 75 + "--disable-strip" 76 + "--meson=meson" 77 + "--target-list=i386-softmmu" 78 + "--disable-werror" 79 + ]; 80 + 81 + buildFlags = [ "qemu-system-i386" ]; 82 + 83 + desktopItems = [(makeDesktopItem { 84 + name = "xemu"; 85 + desktopName = "xemu"; 86 + exec = "xemu"; 87 + icon = "xemu"; 88 + })] ; 89 + 90 + preConfigure = let 91 + branch = "master"; 92 + commit = "d8fa50e524c22f85ecb2e43108fd6a5501744351"; 93 + in '' 94 + patchShebangs . 95 + configureFlagsArray+=("--extra-cflags=-DXBOX=1 -Wno-error=redundant-decls") 96 + substituteInPlace ./scripts/xemu-version.sh \ 97 + --replace 'date -u' "date -d @$SOURCE_DATE_EPOCH '+%Y-%m-%d %H:%M:%S'" 98 + # If the versions can't be obtained through git, the build process tries 99 + # to run `XEMU_COMMIT=$(cat XEMU_COMMIT)` (and similar) 100 + echo '${commit}' > XEMU_COMMIT 101 + echo '${branch}' > XEMU_BRANCH 102 + echo '${version}' > XEMU_VERSION 103 + ''; 104 + 105 + preBuild = '' 106 + cd build 107 + substituteInPlace ./build.ninja --replace /usr/bin/env $(which env) 108 + ''; 109 + 110 + installPhase = '' 111 + runHook preInstall 112 + 113 + mkdir -p $out/{bin,share} 114 + cp qemu-system-i386 $out/bin/xemu 115 + 116 + for RES in 16x16 24x24 32x32 48x48 128x128 256x256 512x512 117 + do 118 + mkdir -p $out/share/icons/hicolor/$RES/apps/ 119 + cp ../ui/icons/xemu_$RES.png $out/share/icons/hicolor/$RES/apps/xemu.png 120 + done 121 + 122 + runHook postInstall 123 + ''; 124 + 125 + meta = with lib; { 126 + homepage = "https://xemu.app/"; 127 + description = "Original Xbox emulator"; 128 + maintainers = with maintainers; [ ]; 129 + license = licenses.gpl2Plus; 130 + }; 131 + }
+59
pkgs/applications/misc/openrgb-plugins/effects/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchFromGitLab 4 + , fetchpatch 5 + , qtbase 6 + , openrgb 7 + , glib 8 + , openal 9 + , qmake 10 + , pkg-config 11 + , wrapQtAppsHook 12 + }: 13 + 14 + stdenv.mkDerivation rec { 15 + pname = "openrgb-plugin-effects"; 16 + version = "0.8"; 17 + 18 + src = fetchFromGitLab { 19 + owner = "OpenRGBDevelopers"; 20 + repo = "OpenRGBEffectsPlugin"; 21 + rev = "release_${version}"; 22 + hash = "sha256-2F6yeLWgR0wCwIj75+d1Vdk45osqYwRdenK21lcRoOg="; 23 + fetchSubmodules = true; 24 + }; 25 + 26 + patches = [ 27 + # Add install rule 28 + (fetchpatch { 29 + url = "https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin/-/commit/75f1b3617d9cabfb3b04a7afc75ce0c1b8514bc0.patch"; 30 + hash = "sha256-X+zMNE3OCZNmUb68S4683r/RbE+CDrI/Jv4BMWPI47E="; 31 + }) 32 + ]; 33 + 34 + postPatch = '' 35 + # Use the source of openrgb from nixpkgs instead of the submodule 36 + rm -r OpenRGB 37 + ln -s ${openrgb.src} OpenRGB 38 + ''; 39 + 40 + nativeBuildInputs = [ 41 + qmake 42 + pkg-config 43 + wrapQtAppsHook 44 + ]; 45 + 46 + buildInputs = [ 47 + qtbase 48 + glib 49 + openal 50 + ]; 51 + 52 + meta = with lib; { 53 + homepage = "https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin"; 54 + description = "An effects plugin for OpenRGB"; 55 + license = licenses.gpl2Plus; 56 + maintainers = with maintainers; [ fgaz ]; 57 + platforms = platforms.linux; 58 + }; 59 + }
+67
pkgs/applications/misc/openrgb-plugins/hardwaresync/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchFromGitLab 4 + , fetchpatch 5 + , qtbase 6 + , openrgb 7 + , glib 8 + , libgtop 9 + , lm_sensors 10 + , qmake 11 + , pkg-config 12 + , wrapQtAppsHook 13 + }: 14 + 15 + stdenv.mkDerivation rec { 16 + pname = "openrgb-plugin-hardwaresync"; 17 + version = "0.8"; 18 + 19 + src = fetchFromGitLab { 20 + owner = "OpenRGBDevelopers"; 21 + repo = "OpenRGBHardwareSyncPlugin"; 22 + rev = "release_${version}"; 23 + hash = "sha256-P+IitP8pQLUkBdMfcNw4fOggqyFfg6lNlnSfUGjddzo="; 24 + }; 25 + 26 + patches = [ 27 + (fetchpatch { 28 + name = "use-pkgconfig"; 29 + url = "https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin/-/commit/df2869d679ea43119fb9b174cd0b2cb152022685.patch"; 30 + hash = "sha256-oBtrHwpvB8Z3xYi4ucDSuw+5WijPEbgBW7vLGELFjfw="; 31 + }) 32 + (fetchpatch { 33 + name = "add-install-rule"; 34 + url = "https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin/-/commit/bfbaa0a32ed05112e0cc8b6b2a8229945596e522.patch"; 35 + hash = "sha256-76UMMzeXnyQRCEE1tGPNR5XSHTT480rQDnJ9hWhfIqY="; 36 + }) 37 + ]; 38 + 39 + postPatch = '' 40 + # Use the source of openrgb from nixpkgs instead of the submodule 41 + rmdir OpenRGB 42 + ln -s ${openrgb.src} OpenRGB 43 + # Remove prebuilt stuff 44 + rm -r dependencies/lhwm-cpp-wrapper 45 + ''; 46 + 47 + buildInputs = [ 48 + qtbase 49 + glib 50 + libgtop 51 + lm_sensors 52 + ]; 53 + 54 + nativeBuildInputs = [ 55 + qmake 56 + pkg-config 57 + wrapQtAppsHook 58 + ]; 59 + 60 + meta = with lib; { 61 + homepage = "https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin"; 62 + description = "Sync your ARGB devices colors with hardware measures (CPU, GPU, fan speed, etc...)"; 63 + license = licenses.gpl2Plus; 64 + maintainers = with maintainers; [ fgaz ]; 65 + platforms = platforms.linux; 66 + }; 67 + }
+24 -1
pkgs/applications/misc/openrgb/default.nix
··· 1 - { lib, stdenv, fetchFromGitLab, qmake, wrapQtAppsHook, libusb1, hidapi, pkg-config, coreutils, mbedtls_2, qtbase, qttools }: 1 + { lib, stdenv, fetchFromGitLab, qmake, wrapQtAppsHook, libusb1, hidapi, pkg-config, coreutils, mbedtls_2, qtbase, qttools, symlinkJoin, openrgb }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "openrgb"; ··· 24 24 installCheckPhase = '' 25 25 HOME=$TMPDIR $out/bin/openrgb --help > /dev/null 26 26 ''; 27 + 28 + passthru.withPlugins = plugins: 29 + let pluginsDir = symlinkJoin { 30 + name = "openrgb-plugins"; 31 + paths = plugins; 32 + # Remove all library version symlinks except one, 33 + # or they will result in duplicates in the UI. 34 + # We leave the one pointing to the actual library, usually the most 35 + # qualified one (eg. libOpenRGBHardwareSyncPlugin.so.1.0.0). 36 + postBuild = '' 37 + for f in $out/lib/*; do 38 + if [ "$(dirname $(readlink "$f"))" == "." ]; then 39 + rm "$f" 40 + fi 41 + done 42 + ''; 43 + }; 44 + in openrgb.overrideAttrs (old: { 45 + qmakeFlags = old.qmakeFlags or [] ++ [ 46 + # Welcome to Escape Hell, we have backslashes 47 + ''DEFINES+=OPENRGB_EXTRA_PLUGIN_DIRECTORY=\\\""${lib.escape ["\\" "\"" " "] (toString pluginsDir)}/lib\\\""'' 48 + ]; 49 + }); 27 50 28 51 meta = with lib; { 29 52 description = "Open source RGB lighting control";
+2 -2
pkgs/applications/misc/pgmodeler/default.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "pgmodeler"; 14 - version = "1.0.0"; 14 + version = "1.0.1"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "pgmodeler"; 18 18 repo = "pgmodeler"; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-aDmaKf3iLBFD28n2u/QOf/GkgE64Birn0x3Kj5Qx2sg="; 20 + sha256 = "sha256-SlAYl2x1qdBBwLboO59h1uifF7Q71oX3JyhWwUogdb0="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ pkg-config qmake wrapQtAppsHook ];
+3 -3
pkgs/applications/office/trilium/desktop.nix
··· 6 6 7 7 let 8 8 pname = "trilium-desktop"; 9 - version = "0.58.7"; 9 + version = "0.58.8"; 10 10 11 11 linuxSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz"; 12 - linuxSource.sha256 = "1xr8fx5m6p9z18al1iigf45acn7b69vhbc6z6q1v933bvkwry16c"; 12 + linuxSource.sha256 = "03v4a135brj2z1gj2y611pi7szfhr62xxj0qhki0mychypvdfx7i"; 13 13 14 14 darwinSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-mac-x64-${version}.zip"; 15 - darwinSource.sha256 = "1khywd77j4f745fvxln01li8qxnhlqqsirhm75kbi24bxlcpxfpa"; 15 + darwinSource.sha256 = "0ncf2cl62hn2ja72fw10s40rzkgcwy77ggs29zpgjjlp9hkk3v8q"; 16 16 17 17 meta = metaCommon // { 18 18 mainProgram = "trilium";
+2 -2
pkgs/applications/office/trilium/server.nix
··· 3 3 4 4 let 5 5 serverSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-server-${version}.tar.xz"; 6 - serverSource.sha256 = "0xr474z7wz0z4rqvk5rhv6xh51mdysr8zw86fs8fk7av0fdqxyka"; 7 - version = "0.58.7"; 6 + serverSource.sha256 = "0mkbmb26y99rc22bpxlc3gdgv84rj7wvsva741gw2z0cb3jh4ziv"; 7 + version = "0.58.8"; 8 8 in stdenv.mkDerivation rec { 9 9 pname = "trilium-server"; 10 10 inherit version;
+2 -2
pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix
··· 15 15 , libgee 16 16 , libhandy 17 17 , gnome-settings-daemon 18 + , mesa 18 19 , mutter 19 20 , elementary-icon-theme 20 21 , wingpanel-with-indicators ··· 22 23 , nixos-artwork 23 24 , lightdm 24 25 , gdk-pixbuf 25 - , clutter-gtk 26 26 , dbus 27 27 , accountsservice 28 28 , wrapGAppsHook ··· 59 59 60 60 buildInputs = [ 61 61 accountsservice 62 - clutter-gtk # else we get could not generate cargs for mutter-clutter-2 63 62 elementary-icon-theme 64 63 gnome-settings-daemon 65 64 gdk-pixbuf ··· 68 67 libgee 69 68 libhandy 70 69 lightdm 70 + mesa # for libEGL 71 71 mutter 72 72 ]; 73 73
+2 -2
pkgs/desktops/pantheon/desktop/gala/default.nix
··· 17 17 , bamf 18 18 , libcanberra-gtk3 19 19 , gnome-desktop 20 + , mesa 20 21 , mutter 21 - , clutter 22 22 , gnome-settings-daemon 23 23 , wrapGAppsHook 24 24 , gexiv2 ··· 119 119 120 120 buildInputs = [ 121 121 bamf 122 - clutter 123 122 gnome-settings-daemon 124 123 gexiv2 125 124 gnome-desktop ··· 127 126 gtk3 128 127 libcanberra-gtk3 129 128 libgee 129 + mesa # for libEGL 130 130 mutter 131 131 ]; 132 132
+10 -1
pkgs/development/beam-modules/fetch-hex.nix
··· 19 19 }; 20 20 21 21 unpackCmd = '' 22 - tar -xf $curSrc contents.tar.gz 22 + tar -xf $curSrc contents.tar.gz CHECKSUM metadata.config 23 23 mkdir contents 24 24 tar -C contents -xzf contents.tar.gz 25 + mv metadata.config contents/hex_metadata.config 26 + 27 + # To make the extracted hex tarballs appear legitimate to mix, we need to 28 + # make sure they contain not just the contents of contents.tar.gz but also 29 + # a .hex file with some lock metadata. 30 + # We use an old version of .hex file per hex's mix_task_test.exs since it 31 + # is just plain-text instead of an encoded format. 32 + # See: https://github.com/hexpm/hex/blob/main/test/hex/mix_task_test.exs#L410 33 + echo -n "${pkg},${version},$(cat CHECKSUM | tr '[:upper:]' '[:lower:]'),hexpm" > contents/.hex 25 34 ''; 26 35 27 36 installPhase = ''
+3 -3
pkgs/development/compilers/julia/1.9.nix
··· 14 14 15 15 stdenv.mkDerivation rec { 16 16 pname = "julia"; 17 - version = "1.9.0-beta2"; 17 + version = "1.9.0-beta4"; 18 18 19 19 src = fetchurl { 20 20 url = "https://github.com/JuliaLang/julia/releases/download/v${version}/julia-${version}-full.tar.gz"; 21 - hash = "sha256-LTQp5vBMOSlwThYpSIv/UNJ9eIU+WId/XWGFxsrQEzs="; 21 + hash = "sha256-Ipfps2wxPV30nbOxDZ0K39jFB1lNz16aXgFhIKBOquM="; 22 22 }; 23 23 24 24 patches = [ ··· 88 88 description = "High-level performance-oriented dynamical language for technical computing"; 89 89 homepage = "https://julialang.org/"; 90 90 license = licenses.mit; 91 - maintainers = with maintainers; [ nickcao ]; 91 + maintainers = with maintainers; [ nickcao joshniemela ]; 92 92 platforms = [ "x86_64-linux" "aarch64-linux" ]; 93 93 }; 94 94 }
+3 -1
pkgs/development/libraries/crossguid/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, cmake, libuuid }: 1 + { lib, stdenv, fetchFromGitHub, cmake, libuuid, unstableGitUpdater }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "crossguid"; ··· 13 13 14 14 nativeBuildInputs = [ cmake ]; 15 15 buildInputs = lib.optional stdenv.isLinux libuuid; 16 + 17 + passthru.updateScript = unstableGitUpdater { }; 16 18 17 19 meta = with lib; { 18 20 description = "Lightweight cross platform C++ GUID/UUID library";
+3 -1
pkgs/development/libraries/gl3w/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, python3, cmake, libglvnd, libGLU }: 1 + { lib, stdenv, fetchFromGitHub, python3, cmake, libglvnd, libGLU, unstableGitUpdater }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "gl3w"; ··· 26 26 cp ${libglvnd.dev}/include/GL/glcorearb.h include/GL/glcorearb.h 27 27 cp ${libglvnd.dev}/include/KHR/khrplatform.h include/KHR/khrplatform.h 28 28 ''; 29 + 30 + passthru.updateScript = unstableGitUpdater { }; 29 31 30 32 meta = with lib; { 31 33 description = "Simple OpenGL core profile loading";
+18 -3
pkgs/development/libraries/mongoc/default.nix
··· 10 10 cyrus_sasl, 11 11 libbson, 12 12 snappy, 13 + darwin, 13 14 }: 15 + let 16 + inherit (darwin.apple_sdk.frameworks) Security; 17 + in 14 18 stdenv.mkDerivation rec { 15 19 pname = "mongoc"; 16 - version = "1.23.1"; 20 + version = "1.23.2"; 17 21 18 22 src = fetchzip { 19 23 url = "https://github.com/mongodb/mongo-c-driver/releases/download/${version}/mongo-c-driver-${version}.tar.gz"; 20 - sha256 = "1vnnk3pwbcmwva1010bl111kdcdx3yb2w7j7a78hhvrm1k9r1wp8"; 24 + sha256 = "08v7xc5m86apd338swd8g83ccvd6ni75xbdhqqwkrjbznljf8fjf"; 21 25 }; 22 26 23 27 # https://github.com/NixOS/nixpkgs/issues/25585 24 28 preFixup = ''rm -rf "$(pwd)" ''; 29 + # https://github.com/mongodb/mongo-c-driver/pull/1157 30 + # related: 31 + # https://github.com/NixOS/nixpkgs/issues/144170 32 + # mongoc's cmake incorrectly injects a prefix to library paths, breaking Nix. This removes the prefix from paths. 33 + postPatch = '' 34 + substituteInPlace src/libmongoc/CMakeLists.txt \ 35 + --replace "\\\''${prefix}/" "" 36 + substituteInPlace src/libbson/CMakeLists.txt \ 37 + --replace "\\\''${prefix}/" "" 38 + ''; 25 39 26 40 nativeBuildInputs = [cmake pkg-config perl]; 27 - buildInputs = [openssl zlib cyrus_sasl]; 41 + buildInputs = [openssl zlib cyrus_sasl] ++ lib.optionals stdenv.isDarwin [Security]; 28 42 propagatedBuildInputs = [libbson snappy]; 29 43 30 44 # -DMONGOC_TEST_USE_CRYPT_SHARED=OFF ··· 35 49 enableParallelBuilding = true; 36 50 37 51 meta = with lib; { 52 + broken = stdenv.isDarwin && stdenv.isx86_64; 38 53 description = "The official C client library for MongoDB"; 39 54 homepage = "http://mongoc.org"; 40 55 license = licenses.asl20;
+4 -1
pkgs/development/libraries/openssl/default.nix
··· 1 1 { lib, stdenv, fetchurl, buildPackages, perl, coreutils 2 2 , withCryptodev ? false, cryptodev 3 + , withZlib ? false, zlib 3 4 , enableSSL2 ? false 4 5 , enableSSL3 ? false 5 6 , static ? stdenv.hostPlatform.isStatic ··· 75 76 buildInputs = lib.optional withCryptodev cryptodev 76 77 # perl is included to allow the interpreter path fixup hook to set the 77 78 # correct interpreter in c_rehash. 78 - ++ lib.optional withPerl perl; 79 + ++ lib.optional withPerl perl 80 + ++ lib.optional withZlib zlib; 79 81 80 82 # TODO(@Ericson2314): Improve with mass rebuild 81 83 configurePlatforms = []; ··· 142 144 # This introduces a reference to the CTLOG_FILE which is undesired when 143 145 # trying to build binaries statically. 144 146 ++ lib.optional static "no-ct" 147 + ++ lib.optional withZlib "zlib" 145 148 ; 146 149 147 150 makeFlags = [
+3 -1
pkgs/development/libraries/platform-folders/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, cmake }: 1 + { lib, stdenv, fetchFromGitHub, cmake, gitUpdater }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "platform-folders"; ··· 16 16 cmakeFlags = [ 17 17 "-DBUILD_SHARED_LIBS=${if stdenv.hostPlatform.isStatic then "OFF" else "ON"}" 18 18 ]; 19 + 20 + passthru.updateScript = gitUpdater { }; 19 21 20 22 meta = with lib; { 21 23 description = "A C++ library to look for standard platform directories so that you do not need to write platform-specific code";
+3 -3
pkgs/development/python-modules/catboost/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "catboost"; 8 - version = "1.1.1"; 8 + version = "1.0.5"; 9 9 10 10 disabled = pythonOlder "3.4"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "catboost"; 14 14 repo = "catboost"; 15 - rev = "refs/tags/v${version}"; 16 - sha256 = "sha256-bqnUHTTRan/spA5y4LRt/sIUYpP3pxzdN/4wHjzgZVY="; 15 + rev = "v${version}"; 16 + sha256 = "ILemeZUBI9jPb9G6F7QX/T1HaVhQ+g6y7YmsT6DFCJk="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ clang_12 ];
+11 -17
pkgs/development/python-modules/check-manifest/default.nix
··· 3 3 , build 4 4 , buildPythonPackage 5 5 , fetchPypi 6 - , fetchpatch 7 6 , git 8 - , mock 9 7 , pep517 10 8 , pytestCheckHook 11 - , toml 9 + , tomli 12 10 , pythonOlder 13 11 }: 14 12 15 13 buildPythonPackage rec { 16 14 pname = "check-manifest"; 17 - version = "0.48"; 15 + version = "0.49"; 18 16 format = "setuptools"; 19 17 20 - disabled = pythonOlder "3.6"; 18 + disabled = pythonOlder "3.7"; 21 19 22 20 src = fetchPypi { 23 21 inherit pname version; 24 - hash = "sha256-O1dfHa3nvrMHjvS/M6lFGYNEV8coHbxyaxXFRmtVxlc="; 22 + hash = "sha256-ZKZARFVCzyJpGWV8e3jQLZwcpbHCXX5m4OH/MlBg9BY="; 25 23 }; 26 24 27 - patches = [ 28 - # Fix git submodule tests using file: protocol 29 - (fetchpatch { 30 - url = "https://github.com/mgedmin/check-manifest/pull/159.patch"; 31 - hash = "sha256-CDtuIoHgP4THLt+xF32C/OrjakwPOEVTKUh5JuQB5wM="; 32 - }) 33 - ]; 34 - 35 25 propagatedBuildInputs = [ 36 26 build 37 27 pep517 38 - toml 28 + ] ++ lib.optionals (pythonOlder "3.11") [ 29 + tomli 39 30 ]; 40 31 41 32 nativeCheckInputs = [ 42 - breezy 43 33 git 44 - mock 45 34 pytestCheckHook 35 + ]; 36 + 37 + checkInputs = [ 38 + breezy 46 39 ]; 47 40 48 41 disabledTests = [ ··· 57 50 meta = with lib; { 58 51 description = "Check MANIFEST.in in a Python source package for completeness"; 59 52 homepage = "https://github.com/mgedmin/check-manifest"; 53 + changelog = "https://github.com/mgedmin/check-manifest/blob/${version}/CHANGES.rst"; 60 54 license = licenses.mit; 61 55 maintainers = with maintainers; [ lewo ]; 62 56 };
+2 -2
pkgs/development/python-modules/cwl-utils/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "cwl-utils"; 19 - version = "0.22"; 19 + version = "0.23"; 20 20 format = "setuptools"; 21 21 22 22 disabled = pythonOlder "3.7"; ··· 25 25 owner = "common-workflow-language"; 26 26 repo = pname; 27 27 rev = "refs/tags/v${version}"; 28 - hash = "sha256-vOIheOcDG8qdPtcN0kkBN3URodknDLTC7BzYGIiD2RA="; 28 + hash = "sha256-tr4QQ/p0jx/e5kHx4WSYfo06/qMNFyxIGsaAA8nBBoA="; 29 29 }; 30 30 31 31 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/ha-philipsjs/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "ha-philipsjs"; 15 - version = "3.0.0"; 15 + version = "3.0.1"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.8"; ··· 21 21 owner = "danielperna84"; 22 22 repo = pname; 23 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-iJxu+TdgDHMnLuNTFj0UC8V76x3nAgGqswMLDSgmDmQ="; 24 + hash = "sha256-5SneI1aZiUyLGYmtRXJYPBUtQR08fV+MWkjIQXt208s="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/isort/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "isort"; 12 - version = "5.11.4"; 12 + version = "5.12.0"; 13 13 format = "pyproject"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "PyCQA"; 17 17 repo = "isort"; 18 18 rev = "refs/tags/${version}"; 19 - sha256 = "sha256-1x0rhQOr6pPFuHtbYSCR10tXeDTGwf47ek49wBmJP+I="; 19 + sha256 = "sha256-8ija4xWWZuYkElXLdziV7ulN8dubIsChcZQ5dx9hfO0="; 20 20 }; 21 21 22 22 nativeBuildInputs = [
+30
pkgs/development/python-modules/types-pillow/default.nix
··· 1 + { lib 2 + , buildPythonPackage 3 + , fetchPypi 4 + }: 5 + 6 + buildPythonPackage rec { 7 + pname = "types-pillow"; 8 + version = "9.4.0.12"; 9 + format = "setuptools"; 10 + 11 + src = fetchPypi { 12 + inherit version; 13 + pname = "types-Pillow"; 14 + sha256 = "sha256-4AdBSdXwbTWTwRisyD41P4VCvMc1dv/vtlaOqrVnE0g="; 15 + }; 16 + 17 + # Modules doesn't have tests 18 + doCheck = false; 19 + 20 + pythonImportsCheck = [ 21 + "PIL-stubs" 22 + ]; 23 + 24 + meta = with lib; { 25 + description = "Typing stubs for Pillow"; 26 + homepage = "https://github.com/python/typeshed"; 27 + license = licenses.asl20; 28 + maintainers = with maintainers; [ arjan-s ]; 29 + }; 30 + }
+2 -2
pkgs/development/python-modules/xiaomi-ble/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "xiaomi-ble"; 17 - version = "0.16.3"; 17 + version = "0.16.4"; 18 18 format = "pyproject"; 19 19 20 20 disabled = pythonOlder "3.9"; ··· 23 23 owner = "Bluetooth-Devices"; 24 24 repo = pname; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-yk3rEOcHIEZLz3qKxeGzHuVUWWxG3GhSt9vc0pXcanQ="; 26 + hash = "sha256-ye/BuVKLNSC0zJzDyuairbrmZgQ+sX0y9bHWEfb/MJE="; 27 27 }; 28 28 29 29 nativeBuildInputs = [
+3 -3
pkgs/development/tools/database/pgsync/Gemfile.lock
··· 2 2 remote: https://rubygems.org/ 3 3 specs: 4 4 parallel (1.22.1) 5 - pg (1.4.4) 6 - pgsync (0.7.2) 5 + pg (1.4.5) 6 + pgsync (0.7.3) 7 7 parallel 8 8 pg (>= 0.18.2) 9 9 slop (>= 4.8.2) 10 10 tty-spinner 11 - slop (4.9.3) 11 + slop (4.10.0) 12 12 tty-cursor (0.7.1) 13 13 tty-spinner (0.9.3) 14 14 tty-cursor (~> 0.7)
+6 -6
pkgs/development/tools/database/pgsync/gemset.nix
··· 14 14 platforms = []; 15 15 source = { 16 16 remotes = ["https://rubygems.org"]; 17 - sha256 = "09a5z9qhxnybahx162q2q1cygdhxfp6cihdivvzh32jlwc37z1x3"; 17 + sha256 = "1wd6nl81nbdwck04hccsm7wf23ghpi8yddd9j4rbwyvyj0sbsff1"; 18 18 type = "gem"; 19 19 }; 20 - version = "1.4.4"; 20 + version = "1.4.5"; 21 21 }; 22 22 pgsync = { 23 23 dependencies = ["parallel" "pg" "slop" "tty-spinner"]; ··· 25 25 platforms = []; 26 26 source = { 27 27 remotes = ["https://rubygems.org"]; 28 - sha256 = "009xrrxqwcrcackw2w86xamkb1clb70ghcr8g8n8w9h13qaa0j78"; 28 + sha256 = "18misp6iwjr3cd4jzhbnf2q058gnkxx27jx1b87z6p64bwkgr3x2"; 29 29 type = "gem"; 30 30 }; 31 - version = "0.7.2"; 31 + version = "0.7.3"; 32 32 }; 33 33 slop = { 34 34 groups = ["default"]; 35 35 platforms = []; 36 36 source = { 37 37 remotes = ["https://rubygems.org"]; 38 - sha256 = "0cz9fpr7zya6d44070ya0ik4pwv7c8dlqgw4bxgxficzakdxy9kf"; 38 + sha256 = "052mhd76f4dshc36f2bd5pp807lgnaj5i6ai8jg075384wcfhcpb"; 39 39 type = "gem"; 40 40 }; 41 - version = "4.9.3"; 41 + version = "4.10.0"; 42 42 }; 43 43 tty-cursor = { 44 44 groups = ["default"];
+4 -3
pkgs/development/tools/rust/cargo-tally/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-tally"; 5 - version = "1.0.22"; 5 + version = "1.0.23"; 6 6 7 7 src = fetchCrate { 8 8 inherit pname version; 9 - sha256 = "sha256-h3w9xxzExDojJw2OIPMT9lQ/lzYQNf9WJVHBP+tOnPw="; 9 + sha256 = "sha256-H8odIEGtAMP1SQMdlgvFbduoLEaze89MFarN8AxBkK4="; 10 10 }; 11 11 12 - cargoSha256 = "sha256-EPYfmRms00AE4NkmOJBnIKYOCFbjd2qwRi6/i09hQ6U="; 12 + cargoSha256 = "sha256-pVHBFub5OTkL6e8ftI0nNisH+vJBOlcq4W0gwzz7vtA="; 13 13 14 14 buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [ 15 15 DiskArbitration ··· 20 20 meta = with lib; { 21 21 description = "Graph the number of crates that depend on your crate over time"; 22 22 homepage = "https://github.com/dtolnay/cargo-tally"; 23 + changelog = "https://github.com/dtolnay/cargo-tally/releases/tag/${version}"; 23 24 license = with licenses; [ asl20 /* or */ mit ]; 24 25 maintainers = with maintainers; [ figsoda ]; 25 26 };
+2 -2
pkgs/servers/sql/postgresql/ext/pg_ivm.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "pg_ivm"; 5 - version = "1.4"; 5 + version = "1.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "sraoss"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-pz9eHmd7GC30r0uUObOlrcdkAX4c+szjYAXS1U999CE="; 11 + hash = "sha256-UhKJmYnqkxORb0eVqxbu+yaamZ7ISJTbSwArg76YY/Q="; 12 12 }; 13 13 14 14 buildInputs = [ postgresql ];
+3 -6
pkgs/tools/admin/awscli2/default.nix
··· 25 25 in 26 26 with py.pkgs; buildPythonApplication rec { 27 27 pname = "awscli2"; 28 - version = "2.9.23"; # N.B: if you change this, check if overrides are still up-to-date 28 + version = "2.10.0"; # N.B: if you change this, check if overrides are still up-to-date 29 29 format = "pyproject"; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "aws"; 33 33 repo = "aws-cli"; 34 34 rev = version; 35 - hash = "sha256-OaZ8Eax8XE4xGs5yHh+1P8mwEfHkFNEtY6ZGLQc8Thk="; 35 + hash = "sha256-W05ZxpqamYqtFY/2mV2+XODCeuWRE9KhMdMkaAGAiTU="; 36 36 }; 37 37 38 38 nativeBuildInputs = [ ··· 64 64 ]; 65 65 66 66 postPatch = '' 67 - sed -i pyproject.toml \ 68 - -e 's/colorama.*/colorama",/' \ 69 - -e 's/cryptography.*/cryptography",/' \ 70 - -e 's/distro.*/distro",/' 67 + substituteInPlace pyproject.toml --replace "distro>=1.5.0,<1.6.0" "distro>=1.5.0" 71 68 ''; 72 69 73 70 postInstall = ''
+13 -3
pkgs/tools/misc/gh-dash/default.nix
··· 1 1 { lib 2 2 , fetchFromGitHub 3 3 , buildGoModule 4 + , testers 5 + , gh-dash 4 6 }: 5 7 6 8 buildGoModule rec { 7 9 pname = "gh-dash"; 8 - version = "3.6.0"; 10 + version = "3.7.6"; 9 11 10 12 src = fetchFromGitHub { 11 13 owner = "dlvhdr"; 12 14 repo = "gh-dash"; 13 15 rev = "v${version}"; 14 - sha256 = "sha256-pQd41uQdfkbqIjdUIwUnKS/Qso495Ips8P2CXPd8JRU="; 16 + hash = "sha256-EYDSfxFOnMuPDZaG1CYQtYLNe6afm/2YYlQPheAKXDg="; 15 17 }; 16 18 17 19 vendorHash = "sha256-66GxD48fCWUWMyZ3GiivWNtz0mgI4JHMcvNwHGFTRfU="; 18 20 19 - ldflags = [ "-s" "-w" ]; 21 + ldflags = [ 22 + "-s" 23 + "-w" 24 + "-X github.com/dlvhdr/gh-dash/cmd.Version=${version}" 25 + ]; 26 + 27 + passthru.tests = { 28 + version = testers.testVersion { package = gh-dash; }; 29 + }; 20 30 21 31 meta = { 22 32 description = "gh extension to display a dashboard with pull requests and issues";
+4 -3
pkgs/tools/misc/via/default.nix
··· 2 2 3 3 let 4 4 pname = "via"; 5 - version = "2.0.5"; 5 + version = "2.1.0"; 6 6 name = "${pname}-${version}"; 7 7 src = fetchurl { 8 8 url = "https://github.com/the-via/releases/releases/download/v${version}/via-${version}-linux.AppImage"; 9 9 name = "via-${version}-linux.AppImage"; 10 - sha256 = "sha256-APNtzfeV6z8IF20bomcgMq7mwcK1fbDdFF77Xr0UPOs="; 10 + sha256 = "sha256-eVmaVD3W+ZEw3HkuZWKsd9XYhASP5+dxzVW64fOhqwk="; 11 11 }; 12 12 appimageContents = appimageTools.extractType2 { inherit name src; }; 13 - in appimageTools.wrapType2 { 13 + in 14 + appimageTools.wrapType2 { 14 15 inherit name src; 15 16 16 17 profile = ''
+3
pkgs/tools/misc/yt-dlp/default.nix
··· 13 13 , ffmpegSupport ? true 14 14 , rtmpSupport ? true 15 15 , withAlias ? false # Provides bin/youtube-dl for backcompat 16 + , update-python-libraries 16 17 }: 17 18 18 19 buildPythonPackage rec { ··· 52 53 postInstall = lib.optionalString withAlias '' 53 54 ln -s "$out/bin/yt-dlp" "$out/bin/youtube-dl" 54 55 ''; 56 + 57 + passthru.updateScript = [ update-python-libraries (toString ./.) ]; 55 58 56 59 meta = with lib; { 57 60 homepage = "https://github.com/yt-dlp/yt-dlp/";
+14 -1
pkgs/top-level/all-packages.nix
··· 2267 2267 2268 2268 xcpc = callPackage ../applications/emulators/xcpc { }; 2269 2269 2270 + xemu = callPackage ../applications/emulators/xemu { }; 2271 + 2270 2272 yapesdl = callPackage ../applications/emulators/yapesdl { }; 2271 2273 2272 2274 zesarux = callPackage ../applications/emulators/zesarux { }; ··· 10478 10480 10479 10481 openrgb = libsForQt5.callPackage ../applications/misc/openrgb { }; 10480 10482 10483 + openrgb-with-all-plugins = openrgb.withPlugins [ 10484 + openrgb-plugin-effects 10485 + openrgb-plugin-hardwaresync 10486 + ]; 10487 + 10488 + openrgb-plugin-effects = libsForQt5.callPackage ../applications/misc/openrgb-plugins/effects { }; 10489 + 10490 + openrgb-plugin-hardwaresync = libsForQt5.callPackage ../applications/misc/openrgb-plugins/hardwaresync { }; 10491 + 10481 10492 openrussian-cli = callPackage ../misc/openrussian-cli { 10482 10493 lua = lua5_3; 10483 10494 }; ··· 12255 12266 12256 12267 sshpass = callPackage ../tools/networking/sshpass { }; 12257 12268 12258 - sslscan = callPackage ../tools/security/sslscan { }; 12269 + sslscan = callPackage ../tools/security/sslscan { 12270 + openssl = openssl.override { withZlib = true; }; 12271 + }; 12259 12272 12260 12273 sslmate = callPackage ../development/tools/sslmate { }; 12261 12274
+2
pkgs/top-level/python-packages.nix
··· 11834 11834 11835 11835 types-ipaddress = callPackage ../development/python-modules/types-ipaddress { }; 11836 11836 11837 + types-pillow = callPackage ../development/python-modules/types-pillow { }; 11838 + 11837 11839 types-protobuf = callPackage ../development/python-modules/types-protobuf { }; 11838 11840 11839 11841 types-psutil = callPackage ../development/python-modules/types-psutil { };