summary refs log tree commit diff
path: root/pkgs/development/libraries/libndctl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-11 02:03:32 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-11 02:03:32 -0700
commitd1f09b7233ba5616e2b60a91f486480513c7f2cd (patch)
treebaf4e99db320ede7b2dca3f06e2b74853b413a40 /pkgs/development/libraries/libndctl
parent2698bb461fe36069a0bcfeec52d7c99eb476b134 (diff)
downloadnixpkgs-d1f09b7233ba5616e2b60a91f486480513c7f2cd.tar
nixpkgs-d1f09b7233ba5616e2b60a91f486480513c7f2cd.tar.gz
nixpkgs-d1f09b7233ba5616e2b60a91f486480513c7f2cd.tar.bz2
nixpkgs-d1f09b7233ba5616e2b60a91f486480513c7f2cd.tar.lz
nixpkgs-d1f09b7233ba5616e2b60a91f486480513c7f2cd.tar.xz
nixpkgs-d1f09b7233ba5616e2b60a91f486480513c7f2cd.tar.zst
nixpkgs-d1f09b7233ba5616e2b60a91f486480513c7f2cd.zip
libndctl: 61.1 -> 61.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libndctl/versions.
Diffstat (limited to 'pkgs/development/libraries/libndctl')
-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" ];