summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* os-prober: add symphorien as maintainerSymphorien Gibol2018-05-26
|
* os-prober: fix dependenciesSymphorien Gibol2018-05-26
| | | | | | | busybox seems to have never been needed systemd was meant to provide udevadm; use libudev instead devicemapper is now uneeded, replaced by grub-mount and grub-info dmraid does not appear in the current code
* os-prober: switch to a non-transient urlSymphorien Gibol2018-05-26
| | | | pool urls get removed after some time
* grub2: compile grub-mount as wellSymphorien Gibol2018-05-26
| | | | | It is a dependency of os-prober >= 1.75 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860833#23
* Merge pull request #40892 from NixOS/no-more-nixpkgs-symlinkYegor Timoshenko2018-05-22
|\ | | | | Stop requiring the nixpkgs symlink in NixOS channel tarballs
| * Stop requiring the nixpkgs symlink in NixOS channel tarballsDaniel Peebles2018-05-21
| | | | | | Ideally I'd like the whole `nixos`/`nixpkgs` channel distinction to disappear, but this is a step along that path. After a while being in this state, we can stop creating the magic `nixpkgs -> .` symlink inside our `nixos` channel tarballs and simplify that whole mess a bit.
* | rust-bindgen: 0.36.1 -> 0.37.0 (#40833)R. RyanTM2018-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rust-bindgen/versions. These checks were done: - built on NixOS - /nix/store/y7lbrcpy05c1br43257fj056p6vf269l-rust-bindgen-0.37.0/bin/bindgen passed the binary check. - Warning: no invocation of /nix/store/y7lbrcpy05c1br43257fj056p6vf269l-rust-bindgen-0.37.0/bin/.bindgen-wrapped had a zero exit code or showed the expected version - 1 of 2 passed binary check by having a zero exit code. - 1 of 2 passed binary check by having the new version present in output. - found 0.37.0 with grep in /nix/store/y7lbrcpy05c1br43257fj056p6vf269l-rust-bindgen-0.37.0 - directory tree listing: https://gist.github.com/dab90e1565932370211bc1cb47b526d9 - du listing: https://gist.github.com/1ea884a58cb25990e712703124f8a6da
* | mutt: 1.9.5 -> 1.10.0 (#40846)R. RyanTM2018-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mutt/versions. These checks were done: - built on NixOS - /nix/store/ydny2lhs0idsg1hxzkgi198n9jn17rcw-mutt-1.10.0/bin/mutt passed the binary check. - /nix/store/ydny2lhs0idsg1hxzkgi198n9jn17rcw-mutt-1.10.0/bin/pgpring passed the binary check. - Warning: no invocation of /nix/store/ydny2lhs0idsg1hxzkgi198n9jn17rcw-mutt-1.10.0/bin/pgpewrap had a zero exit code or showed the expected version - /nix/store/ydny2lhs0idsg1hxzkgi198n9jn17rcw-mutt-1.10.0/bin/muttbug passed the binary check. - /nix/store/ydny2lhs0idsg1hxzkgi198n9jn17rcw-mutt-1.10.0/bin/flea passed the binary check. - Warning: no invocation of /nix/store/ydny2lhs0idsg1hxzkgi198n9jn17rcw-mutt-1.10.0/bin/smime_keys had a zero exit code or showed the expected version - 4 of 6 passed binary check by having a zero exit code. - 0 of 6 passed binary check by having the new version present in output. - found 1.10.0 with grep in /nix/store/ydny2lhs0idsg1hxzkgi198n9jn17rcw-mutt-1.10.0 - directory tree listing: https://gist.github.com/2b53d5dc44b600872e77911ba7099e1c - du listing: https://gist.github.com/4caca5d9043a5281a6b192ebaf30065f
* | Merge pull request #40898 from obsidiansystems/requireFile-without-ccJohn Ericson2018-05-21
|\ \ | | | | | | requireFile: Use stdenvNoCC
| * | requireFile: Use stdenvNoCCJohn Ericson2018-05-21
| | | | | | | | | | | | There's no need for a C compiler
* | | nixos/tests/mysql-replication: fix test (#40850)xeji2018-05-22
|/ / | | | | | | Failed non-deterministically on hydra because replcation sometimes was not finished yet when checking the results.
* | gn: fix patch urlMatthew Justin Bauer2018-05-21
| | | | | | Fixes #40891
* | shotcut: 18.03.06 -> 18.05.08 (#40887)Frank Doepper2018-05-22
| |
* | Merge pull request #40890 from dotlambda/restic-0.9.0Andreas Rammhold2018-05-22
|\ \ | | | | | | restic: 0.8.3 -> 0.9.0
| * | restic: 0.8.3 -> 0.9.0Robert Schütz2018-05-21
| | |
* | | Merge pull request #40894 from dtzWill/update/heaptrack-1.1Will Dietz2018-05-21
|\ \ \ | |_|/ |/| | heaptrack: 2018-01-28 -> 1.1.0
| * | heaptrack: 2018-01-28 -> 1.1.0Will Dietz2018-05-21
|/ / | | | | | | use new stable release!
* | pythonPackages.pypcap: 1.2.0 -> 1.2.2 (#40882)Alvar2018-05-21
| |
* | linux-copperhead: 4.14.41 -> 4.14.42Tim Steinbach2018-05-21
| |
* | linux-copperhead: 4.16.9.a -> 4.16.10.aTim Steinbach2018-05-21
| |
* | palemoon: 27.9.1 -> 27.9.2 (#40838)R. RyanTM2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/palemoon/versions. These checks were done: - built on NixOS - /nix/store/5kg07d9qryxy21ikixc0273ngbm3zl3v-palemoon-27.9.2/bin/palemoon passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 1 of 1 passed binary check by having the new version present in output. - found 27.9.2 with grep in /nix/store/5kg07d9qryxy21ikixc0273ngbm3zl3v-palemoon-27.9.2 - directory tree listing: https://gist.github.com/97521481792d6df556c4536742a77bb4 - du listing: https://gist.github.com/7f246d760956bb748d5e09cfd1193a6b
* | Merge pull request #37253 from LnL7/darwin-communiJörg Thalheim2018-05-21
|\ \ | | | | | | communi: fix darwin build
| * | communi: fix darwin buildDaiderd Jordan2018-03-17
| | | | | | | | | | | | /cc ZHF #36454
| * | libcommuni: fix darwin buildDaiderd Jordan2018-03-17
| | | | | | | | | | | | /cc ZHF #36454
* | | Merge pull request #40822 from r-ryantm/auto-update/wireguard-toolsJörg Thalheim2018-05-21
|\ \ \ | | | | | | | | wireguard: 0.0.20180514 -> 0.0.20180519
| * | | wireguard: 0.0.20180514 -> 0.0.20180519R. RyanTM2018-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wireguard-tools/versions. These checks were done: - built on NixOS - /nix/store/c48vhaf6wqmra1g6sv4hv3i6vqlw7ll1-wireguard-tools-0.0.20180519/bin/wg passed the binary check. - /nix/store/c48vhaf6wqmra1g6sv4hv3i6vqlw7ll1-wireguard-tools-0.0.20180519/bin/wg-quick passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 0.0.20180519 with grep in /nix/store/c48vhaf6wqmra1g6sv4hv3i6vqlw7ll1-wireguard-tools-0.0.20180519 - directory tree listing: https://gist.github.com/64bccf9c57ca84c49486890ccbf17239 - du listing: https://gist.github.com/f28d6cfd8bcbf6ab1a6c39ad40ce1606
* | | | Merge pull request #36506 from plapadoo/pysdl2-initJörg Thalheim2018-05-21
|\ \ \ \ | | | | | | | | | | pythonPackages.pysdl2: init at 0.9.6
| * | | | pythonPackages.pysdl2: init at 0.9.6Philipp Middendorf2018-05-21
| | | | |
* | | | | Merge pull request #40824 from ElvishJerricco/dont-check-enclosed-exceptionsPeter Simons2018-05-21
|\ \ \ \ \ | | | | | | | | | | | | Dont test enclosed exceptions
| * | | | | Dont test enclosed exceptionsWill Fancher2018-05-20
| | | | | |
* | | | | | Merge pull request #40867 from r-ryantm/auto-update/bindPeter Simons2018-05-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | bind: 9.12.1 -> 9.12.1-P2
| * | | | | | bind: 9.12.1 -> 9.12.1-P2R. RyanTM2018-05-20
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bind/versions. These checks were done: - built on NixOS - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/delv passed the binary check. - Warning: no invocation of /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/arpaname had a zero exit code or showed the expected version - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/named-rrchecker passed the binary check. - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/mdig passed the binary check. - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/ddns-confgen passed the binary check. - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/dnssec-cds passed the binary check. - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/dnssec-dsfromkey passed the binary check. - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/dnssec-importkey passed the binary check. - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/dnssec-keyfromlabel passed the binary check. - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/dnssec-keygen passed the binary check. - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/dnssec-revoke passed the binary check. - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/dnssec-settime passed the binary check. - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/dnssec-signzone passed the binary check. - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/dnssec-verify passed the binary check. - Warning: no invocation of /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/genrandom had a zero exit code or showed the expected version - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/named passed the binary check. - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/named-checkconf passed the binary check. - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/named-checkzone passed the binary check. - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/named-compilezone passed the binary check. - Warning: no invocation of /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/named-journalprint had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/nsec3hash had a zero exit code or showed the expected version - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/rndc passed the binary check. - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/rndc-confgen passed the binary check. - /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2/bin/tsig-keygen passed the binary check. - 20 of 24 passed binary check by having a zero exit code. - 14 of 24 passed binary check by having the new version present in output. - found 9.12.1-P2 with grep in /nix/store/zxylanld5x7l9n2n24g70qj91n4kmj5x-bind-9.12.1-P2 - directory tree listing: https://gist.github.com/d95b236ef147c4c8ad6a99ca42db1acd - du listing: https://gist.github.com/f6bcea6b6bdce7df3f66bbf02768bd20
* | | | | | Merge pull request #40565 from etu/gitea-improvementsSamuel Leathers2018-05-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/gitea: Enable configuring of derivation and a systemd timer for creation of backups
| * | | | | | nixos/gitea: Add options to enable a timer with optional intervalElis Hirwing2018-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will run gitea dump and create a backup file for gitea every so often as the interval is defined to do.
| * | | | | | nixos/gitea: Allow customizing derivation to useElis Hirwing2018-05-20
| | | | | | |
* | | | | | | vimNox: pin to lua 5.1Uli Baum2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vimNox is currently built from a patched vim 7.3 source from 2012 that requires lua 5.1. Temporary fix, see discussion in #40749.
* | | | | | | chirp: 20180512 -> 20180519R. RyanTM2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/chirp-daily/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/s2g23ds5fsnl0bg7dyn9j5y3drvxs3ar-chirp-daily-20180519/bin/.chirpw-wrapped had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/s2g23ds5fsnl0bg7dyn9j5y3drvxs3ar-chirp-daily-20180519/bin/chirpw had a zero exit code or showed the expected version - 0 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 20180519 with grep in /nix/store/s2g23ds5fsnl0bg7dyn9j5y3drvxs3ar-chirp-daily-20180519 - directory tree listing: https://gist.github.com/a05ef55580a6032a5b40aabb92e6dfd7 - du listing: https://gist.github.com/13517a738616514609c44b95f30fc5a1
* | | | | | | uncrustify: 0.66.1 -> 0.67R. RyanTM2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/uncrustify/versions. These checks were done: - built on NixOS - /nix/store/k96qsfrnrv7wdps9i46pbfzwm4n0ml0x-uncrustify-0.67/bin/uncrustify passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 0.67 with grep in /nix/store/k96qsfrnrv7wdps9i46pbfzwm4n0ml0x-uncrustify-0.67 - directory tree listing: https://gist.github.com/71da32610fd0c4196f8b0f19061ca051 - du listing: https://gist.github.com/6af9737f25aad6d34b2ee37f3d3a056e
* | | | | | | dash: 0.5.10.1 -> 0.5.10.2R. RyanTM2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dash/versions. These checks were done: - built on NixOS - /nix/store/shdckmx580jc9c283dxlnl47gfj5lykc-dash-0.5.10.2/bin/dash passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - directory tree listing: https://gist.github.com/f099316518721d966018e207da80b59f - du listing: https://gist.github.com/943c0fa7050582ee37c58883869edf64
* | | | | | | irqbalance: 1.3.0 -> 1.4.0R. RyanTM2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/irqbalance/versions. These checks were done: - built on NixOS - /nix/store/fkv19sqbw1kxda43q1jqm1zlc8pakzx3-irqbalance-1.4.0/bin/irqbalance passed the binary check. - Warning: no invocation of /nix/store/fkv19sqbw1kxda43q1jqm1zlc8pakzx3-irqbalance-1.4.0/bin/irqbalance-ui had a zero exit code or showed the expected version - 1 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - directory tree listing: https://gist.github.com/786f267f8a2d5f1ed39214c1c32e4ffa - du listing: https://gist.github.com/0fd6680f29f78791a2d23a08bc831456
* | | | | | | librealsense: 2.11.0 -> 2.11.1R. RyanTM2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/librealsense/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 2.11.1 with grep in /nix/store/qyy6s8nbpifg33h0hvnpf3fizwdycpvz-librealsense-2.11.1 - directory tree listing: https://gist.github.com/020e7e6cfc0e9cc89911d68349e47bc7 - du listing: https://gist.github.com/dfc212b0151822573970980eb31f8289
* | | | | | | jackett: 0.8.953 -> 0.8.997R. RyanTM2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jackett/versions. These checks were done: - built on NixOS - /nix/store/1rbrbn9h8ll5srwpv073578fcb0y930j-jackett-0.8.997/bin/Jackett passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 0.8.997 with grep in /nix/store/1rbrbn9h8ll5srwpv073578fcb0y930j-jackett-0.8.997 - directory tree listing: https://gist.github.com/725e5ff70be355ede10316c73e49da01 - du listing: https://gist.github.com/46fe05a40289b5eb82e68af6ef0dd0d0
* | | | | | | gqrx: 2.11.4 -> 2.11.5R. RyanTM2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gqrx/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/cbn1yxw95q3ypja7bxzlm07z0zbfp9nc-gqrx-2.11.5/bin/gqrx had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 2.11.5 with grep in /nix/store/cbn1yxw95q3ypja7bxzlm07z0zbfp9nc-gqrx-2.11.5 - directory tree listing: https://gist.github.com/45186a693bdf1b1c7ae2be1c9457ddf8 - du listing: https://gist.github.com/fe434d6ba0c5f72ef74629f65efea48f
* | | | | | | adapta-gtk-theme: 3.93.1.14 -> 3.93.1.16R. RyanTM2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - directory tree listing: https://gist.github.com/1f7d6359cc7a8a9633e6baffccd4c6e7 - du listing: https://gist.github.com/976b4a761384960b8a30216a39131cee
* | | | | | | ddcutil: 0.8.6 -> 0.9.0R. RyanTM2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ddcutil/versions. These checks were done: - built on NixOS - /nix/store/xlxjnfwwcwkhzkpg2qwxz5j5gbh4csnk-ddcutil-0.9.0/bin/ddcutil passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 0.9.0 with grep in /nix/store/xlxjnfwwcwkhzkpg2qwxz5j5gbh4csnk-ddcutil-0.9.0 - directory tree listing: https://gist.github.com/39ac3ce627e1198f84287e5a42257663 - du listing: https://gist.github.com/b896a17a17dd52041097af423a55aea6
* | | | | | | urlwatch: 2.9 -> 2.11R. RyanTM2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/urlwatch/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/gpf4j5mmd5zbz0rqj39d57d38f6311pn-urlwatch-2.11/bin/.urlwatch-wrapped had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/gpf4j5mmd5zbz0rqj39d57d38f6311pn-urlwatch-2.11/bin/urlwatch had a zero exit code or showed the expected version - 0 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 2.11 with grep in /nix/store/gpf4j5mmd5zbz0rqj39d57d38f6311pn-urlwatch-2.11 - directory tree listing: https://gist.github.com/f36eb5277839d9ca3d15995cec7cc592 - du listing: https://gist.github.com/47f738cad88e3941c1c0f149f8aa4fc7
* | | | | | | debootstrap: 1.0.98 -> 1.0.99R. RyanTM2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/debootstrap/versions. These checks were done: - built on NixOS - /nix/store/nnih8xgijkbs82f7xig7q615m9nm8vbd-debootstrap-1.0.99/bin/debootstrap passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 1.0.99 with grep in /nix/store/nnih8xgijkbs82f7xig7q615m9nm8vbd-debootstrap-1.0.99 - directory tree listing: https://gist.github.com/1c31f499b4a365254573c6c37df9e41c - du listing: https://gist.github.com/bb42785bdce49536fc4aec7913c57bdf
* | | | | | | krita: 4.0.2 -> 4.0.3R. RyanTM2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/krita/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/603q26b9pswma12ypz68l39jqyrxbvvy-krita-4.0.3/bin/krita had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 4.0.3 with grep in /nix/store/603q26b9pswma12ypz68l39jqyrxbvvy-krita-4.0.3 - directory tree listing: https://gist.github.com/23ba1bbd1767e4a61fafcd9646d63898 - du listing: https://gist.github.com/4eed85b1634be0fb42b59cdc55799267
* | | | | | | metabase: 0.29.2 -> 0.29.3R. RyanTM2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/metabase/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/b7bpmc5h45cq2afcmrrsw2w60im3420w-metabase-0.29.3/bin/metabase had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - directory tree listing: https://gist.github.com/986f43a4bd9effc51da98989246f0267 - du listing: https://gist.github.com/cec3ac2b5a9a0226fbb8653fbe98ce5e
* | | | | | | osinfo-db: 20180502 -> 20180514R. RyanTM2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/osinfo-db/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 20180514 with grep in /nix/store/4lgxl3vd6h691mx9hn2znln8idhv5bnn-osinfo-db-20180514 - directory tree listing: https://gist.github.com/557cda4c5d9742fc2f03e3eb6c73b7ee - du listing: https://gist.github.com/17de36b5bae99c6d771de2b293c347b5