-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: e42ae4e586cc
head repository: NixOS/nixpkgs-channels
compare: 0288f77c300f
Commits on Mar 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b2491ba - Browse repository at this point
Copy the full SHA b2491baView commit details
Commits on Apr 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d0072be - Browse repository at this point
Copy the full SHA d0072beView commit details
Commits on Apr 5, 2018
-
Building of nbstripout has failed after the version was bumped to 0.3.1 because: the test files were missing from the new release tarball. This adds tests by using the release tarball from GitHub instead of PyPI. However, these tests fail because of a bug in one test. Thus, a patch is used to fix the tests.
Configuration menu - View commit details
-
Copy full SHA for caf8794 - Browse repository at this point
Copy the full SHA caf8794View commit details -
Also fixes missing symbol error with kernel 4.16.
Configuration menu - View commit details
-
Copy full SHA for 5d2331e - Browse repository at this point
Copy the full SHA 5d2331eView commit details
Commits on Apr 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 426dbde - Browse repository at this point
Copy the full SHA 426dbdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e70e093 - Browse repository at this point
Copy the full SHA e70e093View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c181bb - Browse repository at this point
Copy the full SHA 0c181bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fca924 - Browse repository at this point
Copy the full SHA 9fca924View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/openttd/versions. These checks were done: - built on NixOS - ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/openttd -h’ got 0 exit code - ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/openttd --help’ got 0 exit code - ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/openttd help’ got 0 exit code - ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/.openttd-wrapped -h’ got 0 exit code - ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/.openttd-wrapped --help’ got 0 exit code - ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/.openttd-wrapped help’ got 0 exit code - found 1.8.0 with grep in /nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0 - directory tree listing: https://gist.github.com/8f8e59bc7bf394685911bd755a16c0a9
R. RyanTM committedApr 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 2e905fb - Browse repository at this point
Copy the full SHA 2e905fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c7db1c - Browse repository at this point
Copy the full SHA 4c7db1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 734bae2 - Browse repository at this point
Copy the full SHA 734bae2View commit details -
openorienteering-mapper: Load additional image formats
This allows tiff images to be loaded correctly as templates.
Configuration menu - View commit details
-
Copy full SHA for 0fe94a1 - Browse repository at this point
Copy the full SHA 0fe94a1View commit details
Commits on Apr 7, 2018
-
It fails to build after automake updates to 1.16 because libtoolize generates hardcoded configure script which uses automake 1.15
Configuration menu - View commit details
-
Copy full SHA for 209d455 - Browse repository at this point
Copy the full SHA 209d455View commit details -
This patch is heavily inspired by bd0d8ed which added a setcap wrapper for `mtr` in order to allow running `mtr` without `sudo`. The need for the capability `cap_net_raw` that can be registered using `setcap` has been documented in the Arch Wiki: https://wiki.archlinux.org/index.php/Capabilities#iftop A simple testcase has been added which starts two machines, one with a setcap wrapper for `iftop`, one without. Both testcases monitor the bandwidth usage of the machine using the options `-t -s 1` once, the machine with setcap wrapper is expected to succeed, the `iftop` on the machine without setcap wrapper is expected to return a non-zero exit code.
Configuration menu - View commit details
-
Copy full SHA for 50a34e5 - Browse repository at this point
Copy the full SHA 50a34e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 458b2c6 - Browse repository at this point
Copy the full SHA 458b2c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 374fde0 - Browse repository at this point
Copy the full SHA 374fde0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d807aa1 - Browse repository at this point
Copy the full SHA d807aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e675ae4 - Browse repository at this point
Copy the full SHA e675ae4View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dcraw/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 9.27.0 with grep in /nix/store/l6b0pk32npx23k5qpdi5n8zcfq9sahx4-dcraw-9.27.0 - directory tree listing: https://gist.github.com/4c120255f84b102eb8cf19d2ee4bd491
R. RyanTM committedApr 7, 2018 Configuration menu - View commit details
-
Copy full SHA for bdb945c - Browse repository at this point
Copy the full SHA bdb945cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eff7a19 - Browse repository at this point
Copy the full SHA eff7a19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f7750b - Browse repository at this point
Copy the full SHA 8f7750bView commit details -
rust: Allow setting cargoSha256 to null.
Setting the hash to null is a convenient way to bypass the hash check while developing. It looks like the ability to do this was inadvertently removed while adding vendor directory support. This still checks that the user is explicitly setting the value but allows null as a valid option.
Configuration menu - View commit details
-
Copy full SHA for 4499513 - Browse repository at this point
Copy the full SHA 4499513View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a51017 - Browse repository at this point
Copy the full SHA 7a51017View commit details -
Fixes a build issue introduced by a Qt5 upgrade [1], and lets us drop our installation-path patch. [1] nomacs/nomacs#203
Configuration menu - View commit details
-
Copy full SHA for 642bd5f - Browse repository at this point
Copy the full SHA 642bd5fView commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/containerd/versions. These checks were done: - built on NixOS - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/containerd -h’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/containerd --help’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/containerd help’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/containerd-release -h’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/containerd-release --help’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/containerd-release help’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/containerd-stress -h’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/containerd-stress --help’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/containerd-stress help’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/ctr -h’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/ctr --help’ got 0 exit code - ran ‘/nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3/bin/ctr help’ got 0 exit code - found 1.0.3 with grep in /nix/store/qmgzfad2cazgv7j1k31pqs512b59b8hp-containerd-1.0.3 - directory tree listing: https://gist.github.com/b830fb8c24834f83e627fd6d567eae87
R. RyanTM committedApr 7, 2018 Configuration menu - View commit details
-
Copy full SHA for ed0146d - Browse repository at this point
Copy the full SHA ed0146dView commit details
Commits on Apr 8, 2018
-
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cppcheck/versions. These checks were done: - built on NixOS - ran ‘/nix/store/y9shqxbgyq6g7v5vx76f69901yb8sj06-cppcheck-1.83/bin/naming.py -h’ got 0 exit code - ran ‘/nix/store/y9shqxbgyq6g7v5vx76f69901yb8sj06-cppcheck-1.83/bin/naming.py --help’ got 0 exit code - ran ‘/nix/store/y9shqxbgyq6g7v5vx76f69901yb8sj06-cppcheck-1.83/bin/naming.py help’ got 0 exit code - ran ‘/nix/store/y9shqxbgyq6g7v5vx76f69901yb8sj06-cppcheck-1.83/bin/y2038.py -h’ got 0 exit code - ran ‘/nix/store/y9shqxbgyq6g7v5vx76f69901yb8sj06-cppcheck-1.83/bin/y2038.py --help’ got 0 exit code - ran ‘/nix/store/y9shqxbgyq6g7v5vx76f69901yb8sj06-cppcheck-1.83/bin/y2038.py help’ got 0 exit code - ran ‘/nix/store/y9shqxbgyq6g7v5vx76f69901yb8sj06-cppcheck-1.83/bin/cppcheck -h’ got 0 exit code - ran ‘/nix/store/y9shqxbgyq6g7v5vx76f69901yb8sj06-cppcheck-1.83/bin/cppcheck --help’ got 0 exit code - ran ‘/nix/store/y9shqxbgyq6g7v5vx76f69901yb8sj06-cppcheck-1.83/bin/cppcheck --version’ and found version 1.83 - found 1.83 with grep in /nix/store/y9shqxbgyq6g7v5vx76f69901yb8sj06-cppcheck-1.83 - directory tree listing: https://gist.github.com/49acebba8d7d9e3af647133ae23bd1cb
R. RyanTM committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 001275c - Browse repository at this point
Copy the full SHA 001275cView commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/confclerk/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 0.6.4 with grep in /nix/store/r8p6g80aawh16ixw0f29k3y88z3gjwkh-confclerk-0.6.4 - directory tree listing: https://gist.github.com/bc73c35c3cf2429de20668a18ae13885
R. RyanTM committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for a427519 - Browse repository at this point
Copy the full SHA a427519View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cmark/versions. These checks were done: - built on NixOS - ran ‘/nix/store/ws8c9r62c7wsas7kj1v0svfs57d53dvv-cmark-0.28.3/bin/cmark -h’ got 0 exit code - ran ‘/nix/store/ws8c9r62c7wsas7kj1v0svfs57d53dvv-cmark-0.28.3/bin/cmark --help’ got 0 exit code - found 0.28.3 with grep in /nix/store/ws8c9r62c7wsas7kj1v0svfs57d53dvv-cmark-0.28.3 - directory tree listing: https://gist.github.com/890d356ed9766b2fca77baebee346a0e
R. RyanTM committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for f406a04 - Browse repository at this point
Copy the full SHA f406a04View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clipgrab/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 3.6.8 with grep in /nix/store/1y989g5la7p05gizhmkbiq8k7c93yv27-clipgrab-3.6.8 - directory tree listing: https://gist.github.com/b319063218d7e4f46c8b6dccf8c9b79a
R. RyanTM committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for a536d80 - Browse repository at this point
Copy the full SHA a536d80View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cheat/versions. These checks were done: - built on NixOS - ran ‘/nix/store/m8yp4ml3jvxhbci1fjg34b27pvpzq9pr-cheat-2.2.3/bin/.cheat-wrapped -h’ got 0 exit code - ran ‘/nix/store/m8yp4ml3jvxhbci1fjg34b27pvpzq9pr-cheat-2.2.3/bin/.cheat-wrapped --help’ got 0 exit code - ran ‘/nix/store/m8yp4ml3jvxhbci1fjg34b27pvpzq9pr-cheat-2.2.3/bin/.cheat-wrapped -v’ and found version 2.2.3 - ran ‘/nix/store/m8yp4ml3jvxhbci1fjg34b27pvpzq9pr-cheat-2.2.3/bin/.cheat-wrapped --version’ and found version 2.2.3 - ran ‘/nix/store/m8yp4ml3jvxhbci1fjg34b27pvpzq9pr-cheat-2.2.3/bin/cheat -h’ got 0 exit code - ran ‘/nix/store/m8yp4ml3jvxhbci1fjg34b27pvpzq9pr-cheat-2.2.3/bin/cheat --help’ got 0 exit code - ran ‘/nix/store/m8yp4ml3jvxhbci1fjg34b27pvpzq9pr-cheat-2.2.3/bin/cheat -v’ and found version 2.2.3 - ran ‘/nix/store/m8yp4ml3jvxhbci1fjg34b27pvpzq9pr-cheat-2.2.3/bin/cheat --version’ and found version 2.2.3 - found 2.2.3 with grep in /nix/store/m8yp4ml3jvxhbci1fjg34b27pvpzq9pr-cheat-2.2.3 - directory tree listing: https://gist.github.com/661cfb129e250e70cce3e717f95e1ca9
R. RyanTM committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for d824354 - Browse repository at this point
Copy the full SHA d824354View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bcftools/versions. These checks were done: - built on NixOS - ran ‘/nix/store/5nqh165r343n7954gm49wbsdwf9iic3l-bcftools-1.8/bin/plot-vcfstats -h’ got 0 exit code - ran ‘/nix/store/5nqh165r343n7954gm49wbsdwf9iic3l-bcftools-1.8/bin/plot-vcfstats --help’ got 0 exit code - ran ‘/nix/store/5nqh165r343n7954gm49wbsdwf9iic3l-bcftools-1.8/bin/bcftools -h’ got 0 exit code - ran ‘/nix/store/5nqh165r343n7954gm49wbsdwf9iic3l-bcftools-1.8/bin/bcftools --help’ got 0 exit code - ran ‘/nix/store/5nqh165r343n7954gm49wbsdwf9iic3l-bcftools-1.8/bin/bcftools help’ got 0 exit code - found 1.8 with grep in /nix/store/5nqh165r343n7954gm49wbsdwf9iic3l-bcftools-1.8 - directory tree listing: https://gist.github.com/c9ddd760c0c740dabaabeb604fbb8a5a
R. RyanTM committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 7b75bc7 - Browse repository at this point
Copy the full SHA 7b75bc7View commit details -
ceres-solver: 1.12.0 -> 1.14.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ceres-solver/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.14.0 with grep in /nix/store/mvj86dhnflivspnsg5j28bvvxs3cqxb2-ceres-solver-1.14.0 - directory tree listing: https://gist.github.com/12d57ed67687bd3c67a7d582ae34e41d
R. RyanTM committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 51dc7f3 - Browse repository at this point
Copy the full SHA 51dc7f3View commit details -
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Configuration menu - View commit details
-
Copy full SHA for 86c5420 - Browse repository at this point
Copy the full SHA 86c5420View commit details -
adapta-gtk-theme: 3.93.0.174 -> 3.93.0.225
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/adapta-gtk-theme/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - directory tree listing: https://gist.github.com/3865bcde7ac7faabba940e89c5114260
R. RyanTM committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for dfcbd47 - Browse repository at this point
Copy the full SHA dfcbd47View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cb2bib/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.9.7 with grep in /nix/store/hvx77c2sm156llkibz4hdizn7syszvgl-cb2bib-1.9.7 - directory tree listing: https://gist.github.com/ddafa78f4e3eb99a2d1689e87e89d3ba
R. RyanTM committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for d39cb9d - Browse repository at this point
Copy the full SHA d39cb9dView commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/asymptote/versions. These checks were done: - built on NixOS - ran ‘/nix/store/2qw7zf6brwdbj56dbrn9342s3l51j2d1-asymptote-2.42/bin/asy -h’ got 0 exit code - ran ‘/nix/store/2qw7zf6brwdbj56dbrn9342s3l51j2d1-asymptote-2.42/bin/asy --help’ got 0 exit code - found 2.42 with grep in /nix/store/2qw7zf6brwdbj56dbrn9342s3l51j2d1-asymptote-2.42 - directory tree listing: https://gist.github.com/ea517431d1ae476366452121c7871132
R. RyanTM committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for dbffe14 - Browse repository at this point
Copy the full SHA dbffe14View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/autorandr/versions. These checks were done: - built on NixOS - ran ‘/nix/store/vjiasvrsgwrpyqcy437jjk56r62m7w4c-autorandr-1.5/bin/autorandr -h’ got 0 exit code - ran ‘/nix/store/vjiasvrsgwrpyqcy437jjk56r62m7w4c-autorandr-1.5/bin/autorandr --help’ got 0 exit code - ran ‘/nix/store/vjiasvrsgwrpyqcy437jjk56r62m7w4c-autorandr-1.5/bin/autorandr --version’ and found version 1.5 - found 1.5 with grep in /nix/store/vjiasvrsgwrpyqcy437jjk56r62m7w4c-autorandr-1.5 - directory tree listing: https://gist.github.com/ca1a736eb6be03089d56d2e50bef2cfd
R. RyanTM committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 1471530 - Browse repository at this point
Copy the full SHA 1471530View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b6747 - Browse repository at this point
Copy the full SHA 39b6747View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6697370 - Browse repository at this point
Copy the full SHA 6697370View commit details -
Merge pull request #38601 from r-ryantm/auto-update/asymptote
asymptote: 2.41 -> 2.42
Configuration menu - View commit details
-
Copy full SHA for d1d52ad - Browse repository at this point
Copy the full SHA d1d52adView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc6ab8d - Browse repository at this point
Copy the full SHA fc6ab8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c83682b - Browse repository at this point
Copy the full SHA c83682bView commit details -
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-5-g17e0b6c from Hackage revision commercialhaskell/all-cabal-hashes@fac6246.
Configuration menu - View commit details
-
Copy full SHA for 2498bcb - Browse repository at this point
Copy the full SHA 2498bcbView commit details -
ccnet: 6.1.0 -> 6.1.7 (#38593)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ccnet/versions. These checks were done: - built on NixOS - ran ‘/nix/store/pjhaffj25vr662q3xvxxqjdddny0r0rn-ccnet-6.1.7/bin/ccnet -h’ got 0 exit code - ran ‘/nix/store/pjhaffj25vr662q3xvxxqjdddny0r0rn-ccnet-6.1.7/bin/ccnet --help’ got 0 exit code - found 6.1.7 with grep in /nix/store/pjhaffj25vr662q3xvxxqjdddny0r0rn-ccnet-6.1.7 - directory tree listing: https://gist.github.com/b89fd3d2ea82f0d5a57dcfb186e1904d
Configuration menu - View commit details
-
Copy full SHA for a418676 - Browse repository at this point
Copy the full SHA a418676View commit details -
archivemount: 0.8.9 -> 0.8.12 (#38276)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/archivemount/versions. These checks were done: - built on NixOS - ran `/nix/store/7dc19v4ibkd9a958mxrhbn8hi4dj6flw-archivemount-0.8.12/bin/archivemount -V` and found version 0.8.12 - ran `/nix/store/7dc19v4ibkd9a958mxrhbn8hi4dj6flw-archivemount-0.8.12/bin/archivemount --version` and found version 0.8.12 - found 0.8.12 with grep in /nix/store/7dc19v4ibkd9a958mxrhbn8hi4dj6flw-archivemount-0.8.12 - directory tree listing: https://gist.github.com/9f95a5aa5b6c354b2dd5db0351c8fb72
Configuration menu - View commit details
-
Copy full SHA for 922fcbb - Browse repository at this point
Copy the full SHA 922fcbbView commit details -
Merge pull request #38600 from r-ryantm/auto-update/cb2bib
cb2bib: 1.9.2 -> 1.9.7
Configuration menu - View commit details
-
Copy full SHA for 7ca4cc0 - Browse repository at this point
Copy the full SHA 7ca4cc0View commit details -
Merge pull request #38590 from r-ryantm/auto-update/cheat
cheat: 2.2.2 -> 2.2.3
Configuration menu - View commit details
-
Copy full SHA for 8c05cc5 - Browse repository at this point
Copy the full SHA 8c05cc5View commit details -
Merge pull request #38573 from kevincox/allow-null
Allow setting cargoSha256 to null.
Configuration menu - View commit details
-
Copy full SHA for 5165557 - Browse repository at this point
Copy the full SHA 5165557View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aae2a8 - Browse repository at this point
Copy the full SHA 5aae2a8View commit details -
otter-browser: 0.9.94 -> 0.9.96 (#37239)
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 0.9.96 with grep in /nix/store/hy3dyckwbq8x0ylgydqf3hsd0yyj38mf-otter-browser-0.9.96 - directory tree listing: https://gist.github.com/3ba5ac755cab96acd876703e94dff4b4
Configuration menu - View commit details
-
Copy full SHA for 6593ce7 - Browse repository at this point
Copy the full SHA 6593ce7View commit details
There are no files selected for viewing