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

libndctl: 69 -> 70.1

authored by Austin Seipp and committed by GitHub b57adad0 2785a1e0

+2 -2
+2 -2
pkgs/development/libraries/libndctl/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "libndctl"; 8 - version = "69"; 8 + version = "70.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "pmem"; 12 12 repo = "ndctl"; 13 13 rev = "v${version}"; 14 - sha256 = "1l7p0ycj27d4z07gf9qp796xpg16kfsg3rwx6plhilbhip1as4w7"; 14 + sha256 = "09ymdibcr18vpmyf2n0xrnzgccfvr7iy3p2l5lbh7cgz7djyl5wq"; 15 15 }; 16 16 17 17 outputs = [ "out" "lib" "man" "dev" ];