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
base: f7ec01ab6c91
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c694e77ab790
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 18, 2020

  1. matrix-dl: (unstable-)2019-09-22 -> unstable-2020-07-14

    Update, also change from
    
      pname = "package-unstable";
      version = "YYYY-MM-DD";
    
    to
    
      pname = "package";
      version = "unstable-YYYY-MM-DD";
    
    This allows $pname as $repo in fetchFromGitHub and also seems to be the
    more common way in nixpkgs.
    herrwiese committed Nov 18, 2020
    Copy the full SHA
    fe4cc65 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Merge pull request #104228 from herrwiese/for-master/matrix-dl-unstab…

    …le-2020-07-14
    
    matrix-dl: (unstable-)2019-09-22 -> unstable-2020-07-14
    symphorien committed Nov 19, 2020
    Copy the full SHA
    c694e77 View commit details
    Browse the repository at this point in the history