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

Commits on Feb 11, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    yorickvP Yorick
    Copy the full SHA
    b7292ab View commit details

Commits on Feb 12, 2019

  1. Merge pull request #55572 from dtzWill/update/txr-209

    txr: 208 -> 209
    dtzWill authored Feb 12, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    yorickvP Yorick
    Copy the full SHA
    d071cff View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/txr/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/txr/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "txr-${version}";
version = "208";
version = "209";

src = fetchurl {
url = "http://www.kylheku.com/cgit/txr/snapshot/${name}.tar.bz2";
sha256 = "091yki3a24pscwd0lg2ymy86r223amjnz9c71z4a2kxz5brhl5my";
sha256 = "1g236bk5ygh3car4kki3w6n0pwny8q4awg8p86fh2khj52qz6mdl";
};

nativeBuildInputs = [ bison flex ];