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

Commits on Mar 2, 2019

  1. scdoc: 1.9.1 -> 1.9.3

    primeos committed Mar 2, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    jluttine Jaakko Luttinen
    Copy the full SHA
    560c886 View commit details
  2. signing-party: 2.8 -> 2.9

    primeos committed Mar 2, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    jluttine Jaakko Luttinen
    Copy the full SHA
    f1e72ef View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/tools/security/signing-party/default.nix
  2. +2 −2 pkgs/tools/typesetting/scdoc/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/security/signing-party/default.nix
Original file line number Diff line number Diff line change
@@ -13,12 +13,12 @@ let
];
in stdenv.mkDerivation rec {
pname = "signing-party";
version = "2.8";
version = "2.9";
name = "${pname}-${version}";

src = fetchurl {
url = "mirror://debian/pool/main/s/${pname}/${pname}_${version}.orig.tar.gz";
sha256 = "1dfry04gsa8kv7a2kr4p7a4b616sql41hsyff4pmfvrhiv2fz39z";
sha256 = "14pgi45zqa0zd1ldfj9mnf9jgv5kfrhl78lr8iy7k88p9h6b9n7n";
};

# TODO: Get this patch upstream...
4 changes: 2 additions & 2 deletions pkgs/tools/typesetting/scdoc/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "scdoc-${version}";
version = "1.9.1";
version = "1.9.3";

src = fetchurl {
url = "https://git.sr.ht/~sircmpwn/scdoc/archive/${version}.tar.gz";
sha256 = "079x6ar0lw845c0xnxh94swda0vfl29h0bs47xqmkp1pxqwky8nc";
sha256 = "1av933421a7g2c984l77gh1fwrhyqblglxr3px5qbng2sh7i33f6";
};

postPatch = ''