Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c6f7e1f9d87a
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bc49e5f6efae
Choose a head ref
  • 6 commits
  • 6 files changed
  • 1 contributor

Commits on Nov 20, 2020

  1. skalibs: 2.9.1.0 -> 2.9.3.0

    kampka authored and Profpatsch committed Nov 20, 2020
    Copy the full SHA
    11c8754 View commit details
  2. s6: 2.9.1.0 -> 2.9.2.0

    kampka authored and Profpatsch committed Nov 20, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    193fccc View commit details
  3. execline: 2.6.1.0 -> 2.6.1.1

    kampka authored and Profpatsch committed Nov 20, 2020
    Copy the full SHA
    cdf4a0a View commit details
  4. s6-rc: 0.5.1.2 -> 0.5.2.0

    kampka authored and Profpatsch committed Nov 20, 2020
    Copy the full SHA
    561832e View commit details
  5. s6-linux-utils: 2.5.1.2 -> 2.5.1.3

    kampka authored and Profpatsch committed Nov 20, 2020
    Copy the full SHA
    ecaa0e1 View commit details
  6. s6-portable-utils: 2.2.2.2 -> 2.2.3.0

    kampka authored and Profpatsch committed Nov 20, 2020
    Copy the full SHA
    bc49e5f View commit details
4 changes: 2 additions & 2 deletions pkgs/development/libraries/skalibs/default.nix
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ with skawarePackages;

buildPackage {
pname = "skalibs";
version = "2.9.2.1";
sha256 = "0ff551181vv9d1z5sv7yg6n4b88ajcdircs4p4nif4yl7nsrj2r5";
version = "2.9.3.0";
sha256 = "0i1vg3bh0w3bpj7cv0kzs6q9v2dd8wa2by8h8j39fh1qkl20f6ph";

description = "A set of general-purpose C programming libraries";

4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/s6-linux-utils/default.nix
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ with skawarePackages;

buildPackage {
pname = "s6-linux-utils";
version = "2.5.1.2";
sha256 = "0w4jms9qyb5kx9zcyd3gzri60rrii2rbmh08s59ckg4awy27py86";
version = "2.5.1.3";
sha256 = "0wbv02zxaami88xbj2zg63kspz05bbplswg0c6ncb5g9khf52wa4";

description = "A set of minimalistic Linux-specific system utilities";
platforms = stdenv.lib.platforms.linux;
4 changes: 2 additions & 2 deletions pkgs/tools/misc/execline/default.nix
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@ with skawarePackages;

buildPackage {
pname = "execline";
version = "2.6.1.0";
sha256 = "0mj565xml3hvw27finydms0s9abbbpgbr29vnr8gwi7zjzq7ck52";
version = "2.6.1.1";
sha256 = "0mmsnai3bkyhng0cxdz6bf7d6b7kbsxs4p39m63215lz6kq0hhrr";

description = "A small scripting language, to be used in place of a shell in non-interactive scripts";

4 changes: 2 additions & 2 deletions pkgs/tools/misc/s6-portable-utils/default.nix
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@ let

in buildPackage {
pname = pname;
version = "2.2.2.2";
sha256 = "1k3la37q46n93vjwk9wm9ym4w87z6lqzv43f03qd0vqj9k94mpv3";
version = "2.2.3.0";
sha256 = "063zwifigg2b3wsixdcz4h9yvr6fkqssvx0iyfsprjfmm1yapfi9";

description = "A set of tiny general Unix utilities optimized for simplicity and small size";

4 changes: 2 additions & 2 deletions pkgs/tools/system/s6-rc/default.nix
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ with skawarePackages;

buildPackage {
pname = "s6-rc";
version = "0.5.1.2";
sha256 = "18m8jsx3bkj566p6xwwnsvdckk10n8wqnhp0na2k88i295h4rnjp";
version = "0.5.2.0";
sha256 = "1qpygkajalaziszhwfv5rr6hc27q05z8dayyv7im06z6vndimchs";

description = "A service manager for s6-based systems";
platforms = stdenv.lib.platforms.linux;
4 changes: 2 additions & 2 deletions pkgs/tools/system/s6/default.nix
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ with skawarePackages;

buildPackage {
pname = "s6";
version = "2.9.1.0";
sha256 = "1xqzl2wnvcmcyhppk7mc10h1ac7fkik3i6gpyliwpf3d5i9mkqh5";
version = "2.9.2.0";
sha256 = "1pfxx50shncg2s47ic4kp02jh1cxfjq75j3mnxjagyzzz0mbfg9n";

description = "skarnet.org's small & secure supervision software suite";