Nushell plugin for interacting with D-Bus
0
fork

Configure Feed

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

Update Nushell

Ben C c00d525f 8f6aa066

+130 -135
+121 -126
Cargo.lock
··· 145 145 146 146 [[package]] 147 147 name = "cc" 148 - version = "1.2.27" 148 + version = "1.2.31" 149 149 source = "registry+https://github.com/rust-lang/crates.io-index" 150 - checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc" 150 + checksum = "c3a42d84bb6b69d3a8b3eaacf0d88f179e1929695e1ad012b6cf64d9caaa5fd2" 151 151 dependencies = [ 152 152 "shlex", 153 153 ] ··· 215 215 216 216 [[package]] 217 217 name = "crc32fast" 218 - version = "1.4.2" 218 + version = "1.5.0" 219 219 source = "registry+https://github.com/rust-lang/crates.io-index" 220 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 220 + checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 221 221 dependencies = [ 222 222 "cfg-if", 223 223 ] 224 224 225 225 [[package]] 226 - name = "crossbeam-deque" 227 - version = "0.8.6" 228 - source = "registry+https://github.com/rust-lang/crates.io-index" 229 - checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 230 - dependencies = [ 231 - "crossbeam-epoch", 232 - "crossbeam-utils", 233 - ] 234 - 235 - [[package]] 236 - name = "crossbeam-epoch" 237 - version = "0.9.18" 238 - source = "registry+https://github.com/rust-lang/crates.io-index" 239 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 240 - dependencies = [ 241 - "crossbeam-utils", 242 - ] 243 - 244 - [[package]] 245 - name = "crossbeam-utils" 246 - version = "0.8.21" 247 - source = "registry+https://github.com/rust-lang/crates.io-index" 248 - checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 249 - 250 - [[package]] 251 226 name = "crossterm" 252 227 version = "0.28.1" 253 228 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 435 410 436 411 [[package]] 437 412 name = "indexmap" 438 - version = "2.9.0" 413 + version = "2.10.0" 439 414 source = "registry+https://github.com/rust-lang/crates.io-index" 440 - checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" 415 + checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" 441 416 dependencies = [ 442 417 "equivalent", 443 418 "hashbrown", ··· 527 502 checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" 528 503 dependencies = [ 529 504 "cfg-if", 530 - "windows-targets 0.53.2", 505 + "windows-targets 0.53.3", 531 506 ] 532 507 533 508 [[package]] ··· 543 518 544 519 [[package]] 545 520 name = "libredox" 546 - version = "0.1.3" 521 + version = "0.1.9" 547 522 source = "registry+https://github.com/rust-lang/crates.io-index" 548 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 523 + checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3" 549 524 dependencies = [ 550 525 "bitflags", 551 526 "libc", ··· 710 685 711 686 [[package]] 712 687 name = "nu-derive-value" 713 - version = "0.105.1" 688 + version = "0.106.1" 714 689 source = "registry+https://github.com/rust-lang/crates.io-index" 715 - checksum = "4ee0c44272959c27c3df00eca860fae47c2ecc90e8db403f65ba40cd9a288f90" 690 + checksum = "d8d1febab306f99c79b66475613292b5161ce8387a49507c0d4eb32674947ae5" 716 691 dependencies = [ 717 692 "heck", 718 693 "proc-macro-error2", ··· 723 698 724 699 [[package]] 725 700 name = "nu-engine" 726 - version = "0.105.1" 701 + version = "0.106.1" 727 702 source = "registry+https://github.com/rust-lang/crates.io-index" 728 - checksum = "c17cc6e45c96465bcdd49fa7fd0e694a46d4122dcd0df3c989bf5c52d4949f88" 703 + checksum = "de25b8ddcea0c67dd6b0e8827c7740ad5c9ab723be76a7e918c4331b768c5b93" 729 704 dependencies = [ 705 + "fancy-regex", 730 706 "log", 731 707 "nu-glob", 732 708 "nu-path", 733 709 "nu-protocol", 734 710 "nu-utils", 711 + ] 712 + 713 + [[package]] 714 + name = "nu-experimental" 715 + version = "0.106.1" 716 + source = "registry+https://github.com/rust-lang/crates.io-index" 717 + checksum = "63101f1f5a94446a9d74822f927e5947d1dd694a1510a85b1b61d4da9202c8d7" 718 + dependencies = [ 719 + "itertools 0.14.0", 720 + "thiserror 2.0.12", 735 721 ] 736 722 737 723 [[package]] 738 724 name = "nu-glob" 739 - version = "0.105.1" 725 + version = "0.106.1" 740 726 source = "registry+https://github.com/rust-lang/crates.io-index" 741 - checksum = "45887876f9a0f0045fa9fa29904753015b312481df5918b53f995876c524d420" 727 + checksum = "7aa0dbf8cd49307284f7e21cac1e794c4e8dc93c767c800831a7e36e7c48a64b" 742 728 743 729 [[package]] 744 730 name = "nu-path" 745 - version = "0.105.1" 731 + version = "0.106.1" 746 732 source = "registry+https://github.com/rust-lang/crates.io-index" 747 - checksum = "92db87b383c439d7c49987e716c9b3ee9144d89b0977e3b650f29d1ada57fdd4" 733 + checksum = "8c7a0d7138ec150494d809e584a6e387f2dadb7089ae17b859a73af03c6465d1" 748 734 dependencies = [ 749 735 "dirs", 750 736 "omnipath", ··· 754 740 755 741 [[package]] 756 742 name = "nu-plugin" 757 - version = "0.105.1" 743 + version = "0.106.1" 758 744 source = "registry+https://github.com/rust-lang/crates.io-index" 759 - checksum = "0ab3d957698e510b8fe728694a6d31a7b0c54e8be0863a18d1f1e74d54381c87" 745 + checksum = "1a9415b93f2aefd86bffe02bc154bfffcb8e7c575601d844454edb803aa82ddf" 760 746 dependencies = [ 761 747 "log", 762 748 "nix", ··· 770 756 771 757 [[package]] 772 758 name = "nu-plugin-core" 773 - version = "0.105.1" 759 + version = "0.106.1" 774 760 source = "registry+https://github.com/rust-lang/crates.io-index" 775 - checksum = "158c7caf83fd981484374f30ba60cade2c6b7b32d33f32af55803991a3ac5718" 761 + checksum = "99a3ce4ef2de0b22e0fbcdb8f1dc32107cbaef11e6a149ba20bf809b41040f7c" 776 762 dependencies = [ 777 763 "interprocess", 778 764 "log", ··· 786 772 787 773 [[package]] 788 774 name = "nu-plugin-protocol" 789 - version = "0.105.1" 775 + version = "0.106.1" 790 776 source = "registry+https://github.com/rust-lang/crates.io-index" 791 - checksum = "8c4df83ad66bfb42d67e2b39cf44551a6be26b8d38bfc6ee7c145039a0b88495" 777 + checksum = "9d5b2cfe91bcfd223c6d53bb851db0cd2621b51bd4abca6f7526cf275bbf9179" 792 778 dependencies = [ 793 779 "nu-protocol", 794 780 "nu-utils", ··· 800 786 801 787 [[package]] 802 788 name = "nu-protocol" 803 - version = "0.105.1" 789 + version = "0.106.1" 804 790 source = "registry+https://github.com/rust-lang/crates.io-index" 805 - checksum = "5abdee3bae72a90a4e83835daa2d442e8591871aa198a19e740f7611677fbe1d" 791 + checksum = "389c832210b3175bc5a559c7796dee5f9fa7e51276e7d2f26fb45e8aa49fbb89" 806 792 dependencies = [ 807 793 "brotli", 808 794 "bytes", ··· 819 805 "miette", 820 806 "nix", 821 807 "nu-derive-value", 808 + "nu-experimental", 822 809 "nu-glob", 823 810 "nu-path", 824 811 "nu-system", ··· 839 826 840 827 [[package]] 841 828 name = "nu-system" 842 - version = "0.105.1" 829 + version = "0.106.1" 843 830 source = "registry+https://github.com/rust-lang/crates.io-index" 844 - checksum = "674150d82c32c4ef6bb8c8cf2d39c55c3eccb950776dedb63f9411c09bf71907" 831 + checksum = "27d6d1758b1a9c966a5c327db63c336549f3fdb85c9f398522257eeb0b75f5dd" 845 832 dependencies = [ 846 833 "chrono", 847 834 "itertools 0.14.0", ··· 859 846 860 847 [[package]] 861 848 name = "nu-utils" 862 - version = "0.105.1" 849 + version = "0.106.1" 863 850 source = "registry+https://github.com/rust-lang/crates.io-index" 864 - checksum = "0d08d170760c40be43e32034048338099137760ab9e242fc9dce30f2e8955175" 851 + checksum = "f1799806999aa837718ac3dd1652fb0338f1d4665561db3bb90caa7175aa7493" 865 852 dependencies = [ 866 853 "crossterm", 867 854 "crossterm_winapi", ··· 905 892 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 906 893 dependencies = [ 907 894 "autocfg", 895 + ] 896 + 897 + [[package]] 898 + name = "objc2-core-foundation" 899 + version = "0.3.1" 900 + source = "registry+https://github.com/rust-lang/crates.io-index" 901 + checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166" 902 + dependencies = [ 903 + "bitflags", 904 + ] 905 + 906 + [[package]] 907 + name = "objc2-io-kit" 908 + version = "0.3.1" 909 + source = "registry+https://github.com/rust-lang/crates.io-index" 910 + checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a" 911 + dependencies = [ 912 + "libc", 913 + "objc2-core-foundation", 908 914 ] 909 915 910 916 [[package]] ··· 1058 1064 ] 1059 1065 1060 1066 [[package]] 1061 - name = "rayon" 1062 - version = "1.10.0" 1063 - source = "registry+https://github.com/rust-lang/crates.io-index" 1064 - checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 1065 - dependencies = [ 1066 - "either", 1067 - "rayon-core", 1068 - ] 1069 - 1070 - [[package]] 1071 - name = "rayon-core" 1072 - version = "1.12.1" 1073 - source = "registry+https://github.com/rust-lang/crates.io-index" 1074 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 1075 - dependencies = [ 1076 - "crossbeam-deque", 1077 - "crossbeam-utils", 1078 - ] 1079 - 1080 - [[package]] 1081 1067 name = "recvmsg" 1082 1068 version = "1.0.0" 1083 1069 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1085 1071 1086 1072 [[package]] 1087 1073 name = "redox_syscall" 1088 - version = "0.5.13" 1074 + version = "0.5.17" 1089 1075 source = "registry+https://github.com/rust-lang/crates.io-index" 1090 - checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6" 1076 + checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" 1091 1077 dependencies = [ 1092 1078 "bitflags", 1093 1079 ] ··· 1195 1181 1196 1182 [[package]] 1197 1183 name = "rustix" 1198 - version = "1.0.7" 1184 + version = "1.0.8" 1199 1185 source = "registry+https://github.com/rust-lang/crates.io-index" 1200 - checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" 1186 + checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" 1201 1187 dependencies = [ 1202 1188 "bitflags", 1203 1189 "errno", 1204 1190 "libc", 1205 1191 "linux-raw-sys 0.9.4", 1206 - "windows-sys 0.59.0", 1192 + "windows-sys 0.60.2", 1207 1193 ] 1208 1194 1209 1195 [[package]] ··· 1264 1250 1265 1251 [[package]] 1266 1252 name = "serde_json" 1267 - version = "1.0.140" 1253 + version = "1.0.142" 1268 1254 source = "registry+https://github.com/rust-lang/crates.io-index" 1269 - checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 1255 + checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" 1270 1256 dependencies = [ 1271 1257 "itoa", 1272 1258 "memchr", ··· 1387 1373 1388 1374 [[package]] 1389 1375 name = "sysinfo" 1390 - version = "0.33.1" 1376 + version = "0.36.1" 1391 1377 source = "registry+https://github.com/rust-lang/crates.io-index" 1392 - checksum = "4fc858248ea01b66f19d8e8a6d55f41deaf91e9d495246fd01368d99935c6c01" 1378 + checksum = "252800745060e7b9ffb7b2badbd8b31cfa4aa2e61af879d0a3bf2a317c20217d" 1393 1379 dependencies = [ 1394 - "core-foundation-sys", 1395 1380 "libc", 1396 1381 "memchr", 1397 1382 "ntapi", 1398 - "rayon", 1399 - "windows 0.57.0", 1383 + "objc2-core-foundation", 1384 + "objc2-io-kit", 1385 + "windows 0.61.3", 1400 1386 ] 1401 1387 1402 1388 [[package]] ··· 1405 1391 source = "registry+https://github.com/rust-lang/crates.io-index" 1406 1392 checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed" 1407 1393 dependencies = [ 1408 - "rustix 1.0.7", 1394 + "rustix 1.0.8", 1409 1395 "windows-sys 0.59.0", 1410 1396 ] 1411 1397 ··· 1642 1628 1643 1629 [[package]] 1644 1630 name = "windows" 1645 - version = "0.57.0" 1631 + version = "0.61.3" 1646 1632 source = "registry+https://github.com/rust-lang/crates.io-index" 1647 - checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" 1633 + checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 1648 1634 dependencies = [ 1649 - "windows-core 0.57.0", 1650 - "windows-targets 0.52.6", 1635 + "windows-collections", 1636 + "windows-core 0.61.2", 1637 + "windows-future", 1638 + "windows-link", 1639 + "windows-numerics", 1651 1640 ] 1652 1641 1653 1642 [[package]] 1654 - name = "windows-core" 1655 - version = "0.56.0" 1643 + name = "windows-collections" 1644 + version = "0.2.0" 1656 1645 source = "registry+https://github.com/rust-lang/crates.io-index" 1657 - checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6" 1646 + checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 1658 1647 dependencies = [ 1659 - "windows-implement 0.56.0", 1660 - "windows-interface 0.56.0", 1661 - "windows-result 0.1.2", 1662 - "windows-targets 0.52.6", 1648 + "windows-core 0.61.2", 1663 1649 ] 1664 1650 1665 1651 [[package]] 1666 1652 name = "windows-core" 1667 - version = "0.57.0" 1653 + version = "0.56.0" 1668 1654 source = "registry+https://github.com/rust-lang/crates.io-index" 1669 - checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" 1655 + checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6" 1670 1656 dependencies = [ 1671 - "windows-implement 0.57.0", 1672 - "windows-interface 0.57.0", 1657 + "windows-implement 0.56.0", 1658 + "windows-interface 0.56.0", 1673 1659 "windows-result 0.1.2", 1674 1660 "windows-targets 0.52.6", 1675 1661 ] ··· 1688 1674 ] 1689 1675 1690 1676 [[package]] 1691 - name = "windows-implement" 1692 - version = "0.56.0" 1677 + name = "windows-future" 1678 + version = "0.2.1" 1693 1679 source = "registry+https://github.com/rust-lang/crates.io-index" 1694 - checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b" 1680 + checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 1695 1681 dependencies = [ 1696 - "proc-macro2", 1697 - "quote", 1698 - "syn", 1682 + "windows-core 0.61.2", 1683 + "windows-link", 1684 + "windows-threading", 1699 1685 ] 1700 1686 1701 1687 [[package]] 1702 1688 name = "windows-implement" 1703 - version = "0.57.0" 1689 + version = "0.56.0" 1704 1690 source = "registry+https://github.com/rust-lang/crates.io-index" 1705 - checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" 1691 + checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b" 1706 1692 dependencies = [ 1707 1693 "proc-macro2", 1708 1694 "quote", ··· 1725 1711 version = "0.56.0" 1726 1712 source = "registry+https://github.com/rust-lang/crates.io-index" 1727 1713 checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc" 1728 - dependencies = [ 1729 - "proc-macro2", 1730 - "quote", 1731 - "syn", 1732 - ] 1733 - 1734 - [[package]] 1735 - name = "windows-interface" 1736 - version = "0.57.0" 1737 - source = "registry+https://github.com/rust-lang/crates.io-index" 1738 - checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" 1739 1714 dependencies = [ 1740 1715 "proc-macro2", 1741 1716 "quote", ··· 1760 1735 checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 1761 1736 1762 1737 [[package]] 1738 + name = "windows-numerics" 1739 + version = "0.2.0" 1740 + source = "registry+https://github.com/rust-lang/crates.io-index" 1741 + checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 1742 + dependencies = [ 1743 + "windows-core 0.61.2", 1744 + "windows-link", 1745 + ] 1746 + 1747 + [[package]] 1763 1748 name = "windows-result" 1764 1749 version = "0.1.2" 1765 1750 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1819 1804 source = "registry+https://github.com/rust-lang/crates.io-index" 1820 1805 checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 1821 1806 dependencies = [ 1822 - "windows-targets 0.53.2", 1807 + "windows-targets 0.53.3", 1823 1808 ] 1824 1809 1825 1810 [[package]] ··· 1855 1840 1856 1841 [[package]] 1857 1842 name = "windows-targets" 1858 - version = "0.53.2" 1843 + version = "0.53.3" 1859 1844 source = "registry+https://github.com/rust-lang/crates.io-index" 1860 - checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" 1845 + checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" 1861 1846 dependencies = [ 1847 + "windows-link", 1862 1848 "windows_aarch64_gnullvm 0.53.0", 1863 1849 "windows_aarch64_msvc 0.53.0", 1864 1850 "windows_i686_gnu 0.53.0", ··· 1867 1853 "windows_x86_64_gnu 0.53.0", 1868 1854 "windows_x86_64_gnullvm 0.53.0", 1869 1855 "windows_x86_64_msvc 0.53.0", 1856 + ] 1857 + 1858 + [[package]] 1859 + name = "windows-threading" 1860 + version = "0.1.0" 1861 + source = "registry+https://github.com/rust-lang/crates.io-index" 1862 + checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 1863 + dependencies = [ 1864 + "windows-link", 1870 1865 ] 1871 1866 1872 1867 [[package]] ··· 2009 2004 2010 2005 [[package]] 2011 2006 name = "xml-rs" 2012 - version = "0.8.26" 2007 + version = "0.8.27" 2013 2008 source = "registry+https://github.com/rust-lang/crates.io-index" 2014 - checksum = "a62ce76d9b56901b19a74f19431b0d8b3bc7ca4ad685a746dfd78ca8f4fc6bda" 2009 + checksum = "6fd8403733700263c6eb89f192880191f1b83e332f7a20371ddcf421c4a337c7"
+2 -2
Cargo.toml
··· 14 14 15 15 [dependencies] 16 16 dbus = "0.9.7" 17 - nu-plugin = "0.105.1" 18 - nu-protocol = { version = "0.105.1", features = ["plugin"] } 17 + nu-plugin = "0.106.1" 18 + nu-protocol = { version = "0.106.1", features = ["plugin"] } 19 19 serde = { version = "1.0.219", features = ["derive"] } 20 20 serde-xml-rs = "0.6.0"
+6 -6
flake.lock
··· 7 7 ] 8 8 }, 9 9 "locked": { 10 - "lastModified": 1753102454, 11 - "narHash": "sha256-BG8VtSW9F24bwfDjF8voxolecogiHKS9WC3EEOakGn0=", 10 + "lastModified": 1753707310, 11 + "narHash": "sha256-TX9dKD6VGmdBKUhvwGVmUN1Ry4cNyOmZOSMRmZlqmtc=", 12 12 "owner": "nix-community", 13 13 "repo": "flakelight", 14 - "rev": "5438c55301ab0811214f918fd16a7f6aaa50b73f", 14 + "rev": "02eb89638e0420f1492ec9ad6b8c2c13f9e3a2ba", 15 15 "type": "github" 16 16 }, 17 17 "original": { ··· 22 22 }, 23 23 "nixpkgs": { 24 24 "locked": { 25 - "lastModified": 1753549186, 26 - "narHash": "sha256-Znl7rzuxKg/Mdm6AhimcKynM7V3YeNDIcLjBuoBcmNs=", 25 + "lastModified": 1753939845, 26 + "narHash": "sha256-K2ViRJfdVGE8tpJejs8Qpvvejks1+A4GQej/lBk5y7I=", 27 27 "owner": "NixOS", 28 28 "repo": "nixpkgs", 29 - "rev": "17f6bd177404d6d43017595c5264756764444ab8", 29 + "rev": "94def634a20494ee057c76998843c015909d6311", 30 30 "type": "github" 31 31 }, 32 32 "original": {
+1 -1
flake.nix
··· 29 29 if nushell.version == nu_version 30 30 then "0.18.0" 31 31 else abort "Nushell Version mismatch\nPlugin: ${nu_version}\tnixpkgs: ${nushell.version}"; 32 - nu_version = "0.105.1"; 32 + nu_version = "0.106.1"; 33 33 34 34 src = ./.; 35 35