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

Commits on Oct 25, 2020

  1. libndctl: 69 -> 70.1

    r-ryantm committed Oct 25, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    vdemeester Vincent Demeester
    Copy the full SHA
    cdfbc89 View commit details

Commits on Nov 1, 2020

  1. Merge pull request #101673 from r-ryantm/auto-update/libndctl

    libndctl: 69 -> 70.1
    thoughtpolice authored Nov 1, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b57adad View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/libndctl/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libndctl/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
pname = "libndctl";
version = "69";
version = "70.1";

src = fetchFromGitHub {
owner = "pmem";
repo = "ndctl";
rev = "v${version}";
sha256 = "1l7p0ycj27d4z07gf9qp796xpg16kfsg3rwx6plhilbhip1as4w7";
sha256 = "09ymdibcr18vpmyf2n0xrnzgccfvr7iy3p2l5lbh7cgz7djyl5wq";
};

outputs = [ "out" "lib" "man" "dev" ];