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

Commits on Mar 4, 2019

  1. scdoc: 1.9.3 -> 1.9.4

    primeos committed Mar 4, 2019
    Copy the full SHA
    2170703 View commit details
  2. lf: 10 -> 11

    primeos committed Mar 4, 2019
    Copy the full SHA
    47f8a52 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/tools/misc/lf/default.nix
  2. +2 −2 pkgs/tools/typesetting/scdoc/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/lf/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildGoPackage rec {
name = "lf-${version}";
version = "10";
version = "11";

src = fetchFromGitHub {
owner = "gokcehan";
repo = "lf";
rev = "r${version}";
sha256 = "14wddjm6g5smb0s549nd7l2r3fcdd6k5p2cqq94j02n2jhlv0k6h";
sha256 = "13622sx6xmbm8gf38dn8y8mkfnlbpamg4hmzsy9jnzg4h8qbjm6b";
};

goPackagePath = "github.com/gokcehan/lf";
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.3";
version = "1.9.4";

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

postPatch = ''