summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-07-11 12:03:24 +0200
committerGitHub <noreply@github.com>2018-07-11 12:03:24 +0200
commit57c8ace57ec754c884281acb9a714a697b207c44 (patch)
tree285f471ed72529230520c5bcf8dc5500f57fc5ef /pkgs/development/libraries
parentb4eaa238c4365662297f62dd53572cc2765db65a (diff)
parentd1f09b7233ba5616e2b60a91f486480513c7f2cd (diff)
downloadnixpkgs-57c8ace57ec754c884281acb9a714a697b207c44.tar
nixpkgs-57c8ace57ec754c884281acb9a714a697b207c44.tar.gz
nixpkgs-57c8ace57ec754c884281acb9a714a697b207c44.tar.bz2
nixpkgs-57c8ace57ec754c884281acb9a714a697b207c44.tar.lz
nixpkgs-57c8ace57ec754c884281acb9a714a697b207c44.tar.xz
nixpkgs-57c8ace57ec754c884281acb9a714a697b207c44.tar.zst
nixpkgs-57c8ace57ec754c884281acb9a714a697b207c44.zip
Merge pull request #43332 from r-ryantm/auto-update/libndctl
libndctl: 61.1 -> 61.2
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/libndctl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libndctl/default.nix b/pkgs/development/libraries/libndctl/default.nix
index d9a77f4bb8b..4b547fde3ab 100644
--- a/pkgs/development/libraries/libndctl/default.nix
+++ b/pkgs/development/libraries/libndctl/default.nix
@@ -2,7 +2,7 @@
 }:
 
 let
-  version = "61.1";
+  version = "61.2";
 in stdenv.mkDerivation rec {
   name = "libndctl-${version}";
 
@@ -10,7 +10,7 @@ in stdenv.mkDerivation rec {
     owner = "pmem";
     repo = "ndctl";
     rev = "v${version}";
-    sha256 = "1k996p757nwvkg86firx0yh39dsa9jx5w14rlfl4hlg2h9kkivnx";
+    sha256 = "0vid78jzhmzh505bpwn8mvlamfhcvl6rlfjc29y4yn7zslpydxl7";
   };
 
   outputs = [ "out" "man" "dev" ];