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: 9fa7ca4d4ae5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 94c25f6fb2d2
Choose a head ref
  • 10 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 4, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    bagder Daniel Stenberg
    Copy the full SHA
    079eeaf View commit details
  2. Copy the full SHA
    18ef1da View commit details
  3. Copy the full SHA
    69a07d2 View commit details
  4. Copy the full SHA
    dd693c1 View commit details
  5. Copy the full SHA
    ad924fb View commit details
  6. Copy the full SHA
    20d62b0 View commit details
  7. Copy the full SHA
    3fe8eea View commit details
  8. Copy the full SHA
    9deced9 View commit details
  9. Copy the full SHA
    79a19d1 View commit details
  10. Copy the full SHA
    94c25f6 View commit details
4 changes: 2 additions & 2 deletions pkgs/development/libraries/nsss/default.nix
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ with skawarePackages;

buildPackage {
pname = "nsss";
version = "0.0.1.0";
sha256 = "0f285bvpvhk40cqjpkc1jb36il0fkzzzjmc89gbbq3awl3w4r1i0";
version = "0.0.1.1";
sha256 = "14y1vl7n8vd5fh9bwiwwxxslisli8pz3a2f1sfv12l0p8ngpgm57";

description = "An implementation of a subset of the pwd.h, group.h and shadow.h family of functions.";

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.7.0.0";
sha256 = "0mnprdf4w4ami0db22rwd111m037cdmn2p8xa4i8cbwxcrv4sjcn";
version = "2.8.0.0";
sha256 = "06hyiq68jh32qwr2mydw3dbnm4zzpynnnmprd5g4iqavsycyvh53";

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

4 changes: 2 additions & 2 deletions pkgs/development/libraries/utmps/default.nix
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ with skawarePackages;

buildPackage {
pname = "utmps";
version = "0.0.2.0";
sha256 = "0fzq3qm88sm5ibl9k9k6ns6jd7iw72vh9k10bsfl5dxd2yi6iqyr";
version = "0.0.2.1";
sha256 = "1q90mcn50irhhrzl3h9bvhsn7hac0zgg67b6hfhmc5yvh4c8wnr4";

description = "A secure utmpx and wtmp implementation";

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.0.0";
sha256 = "04q2z71dkzahd2ppga2zikclz2qk014c23gm7rigqxjc8rs1amvq";
version = "2.5.0.1";
sha256 = "0bpcaah3rbz4i013bkarr7wxmfvisjyxg0z78xg5zfbgajpgjxx1";

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
@@ -4,8 +4,8 @@ with skawarePackages;

buildPackage {
pname = "execline";
version = "2.5.0.1";
sha256 = "0j8hwdw8wn0rv8njdza8fbgmvyjg7hqp3qlbw00i7fwskr7d21wd";
version = "2.5.1.0";
sha256 = "0xr6yb50wm6amj1wc7jmxyv7hvlx2ypbnww1vc288j275625d9xi";

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.1.2";
sha256 = "0if77z07rfygd1yk9d2abxkdbx3dg52vcjhb20isb8kvqxhkg8ih";
version = "2.2.1.3";
sha256 = "1ibjns1slyg1p7jl9irzlrjz8b01f506iw87g3s7db5arhf17vv2";

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

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

buildPackage {
pname = "s6-dns";
version = "2.3.0.1";
sha256 = "16ymalc4yxbwc0kapwmissxlw2bdk4sx3b33zp1gwx3n6hkcgh8c";
version = "2.3.0.2";
sha256 = "1y9bhvx8bqsb2xq5lmlfnc1hw2b3jyqg11i9r4lj0n6vvaqwh1j8";

description = "A suite of DNS client programs and libraries for Unix systems";

4 changes: 2 additions & 2 deletions pkgs/tools/networking/s6-networking/default.nix
Original file line number Diff line number Diff line change
@@ -20,8 +20,8 @@ assert sslSupportEnabled -> sslLibs ? ${sslSupport};

buildPackage {
pname = "s6-networking";
version = "2.3.0.3";
sha256 = "1kfjl7da6wkmyq1mvq9irkbzk2wbi0axjfbcw5cym5y11mqswsjs";
version = "2.3.0.4";
sha256 = "00kqp0mcp8c7f0z5s4399rd1haxasxkqgd6ds0j0607hvi56mqqa";

description = "A suite of small networking utilities for Unix systems";

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.4.1.0";
sha256 = "1xl37xi509pcm5chcvn8l7gb952sr5mkpxhpkbsxhsllj791bfa2";
version = "0.5.0.0";
sha256 = "0p97p49i8m44lfiffycgn7xi08yzxkrs5dyb03svdhd6clwh6zyb";

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.7.2.2";
sha256 = "0psjmfidjdciswakw9agzzniqfmhrr21765m0q77kwxg7iisgpsq";
version = "2.8.0.0";
sha256 = "01milx5shixvniaxxmanfzz54vcymjfi86433w62rk5ypvc94ir8";

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