libnvme: 1.11.1 -> 1.15

This commit is contained in:
R. Ryantm
2025-07-26 22:22:05 +00:00
parent 8f91555fd5
commit bcb8fffb44
+2 -2
View File
@@ -19,7 +19,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libnvme";
version = "1.11.1";
version = "1.15";
outputs = [ "out" ] ++ lib.optionals withDocs [ "man" ];
@@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "linux-nvme";
repo = "libnvme";
rev = "v${finalAttrs.version}";
hash = "sha256-CEGr7PDOVRi210XvICH8iLYDKn8S9bGruBO4tycvsT8=";
hash = "sha256-PdSlynwOjC9SkUh3H6doEgHwwBry5Ti5XjRoS2bc5a0=";
};
postPatch = ''