mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #42693 from r-ryantm/auto-update/libndctl
libndctl: 60.3 -> 61.1
This commit is contained in:
commit
ac5f2c5bd6
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "60.3";
|
||||
version = "61.1";
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "libndctl-${version}";
|
||||
|
||||
|
@ -10,7 +10,7 @@ in stdenv.mkDerivation rec {
|
|||
owner = "pmem";
|
||||
repo = "ndctl";
|
||||
rev = "v${version}";
|
||||
sha256 = "0w19yh6f9skf5zy4bhdjlrn3wdx5xx9cq8j6h04cmw4nla6zj9ar";
|
||||
sha256 = "1k996p757nwvkg86firx0yh39dsa9jx5w14rlfl4hlg2h9kkivnx";
|
||||
};
|
||||
|
||||
outputs = [ "out" "man" "dev" ];
|
||||
|
|
Loading…
Reference in a new issue