Skip to content

Commit a00c8ef

Browse files
authored
libnvme: 1.15 -> 1.16.1 (NixOS#458467)
2 parents 8c6cf3a + 9ad2ef8 commit a00c8ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/li/libnvme/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919

2020
stdenv.mkDerivation (finalAttrs: {
2121
pname = "libnvme";
22-
version = "1.15";
22+
version = "1.16.1";
2323

2424
outputs = [ "out" ] ++ lib.optionals withDocs [ "man" ];
2525

2626
src = fetchFromGitHub {
2727
owner = "linux-nvme";
2828
repo = "libnvme";
2929
rev = "v${finalAttrs.version}";
30-
hash = "sha256-PdSlynwOjC9SkUh3H6doEgHwwBry5Ti5XjRoS2bc5a0=";
30+
hash = "sha256-/9snTFixG8bBAWPDJNiOmMEMmNnN451CdJqfp2y1lR4=";
3131
};
3232

3333
postPatch = ''

0 commit comments

Comments
 (0)