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

libndctl: 64.1 -> 65
This commit is contained in:
Austin Seipp 2019-05-22 20:50:15 -05:00 committed by GitHub
commit 6858eda213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "libndctl-${version}";
version = "64.1";
version = "65";
src = fetchFromGitHub {
owner = "pmem";
repo = "ndctl";
rev = "v${version}";
sha256 = "1la82fqbdwjkw6il498nkdfgqc4aszv481xf2p9p07jfvankx24v";
sha256 = "0d8hzfvyxs2q8kgkwgdizlml41kin4mhx3vpdsjk34pfi7mqy69y";
};
outputs = [ "out" "lib" "man" "dev" ];