Skip to content

Commit

Permalink
Merge pull request #101673 from r-ryantm/auto-update/libndctl
Browse files Browse the repository at this point in the history
libndctl: 69 -> 70.1
  • Loading branch information
thoughtpolice committed Nov 1, 2020
2 parents 2785a1e + cdfbc89 commit b57adad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libndctl/default.nix
Expand Up @@ -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" ];
Expand Down

0 comments on commit b57adad

Please sign in to comment.