Unverified Commit 5fe45ebf authored by Noah Santschi-Cooney's avatar Noah Santschi-Cooney
Browse files

nvme-cli: 2.2.1 -> 2.4

parent 899080fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "nvme-cli";
  version = "2.2.1";
  version = "2.4";

  src = fetchFromGitHub {
    owner = "linux-nvme";
    repo = "nvme-cli";
    rev = "v${version}";
    hash = "sha256-okYtGiKUPNO31ntD9j5iAgdcnS5OQ/g1QAY+svhga4c=";
    hash = "sha256-vnhvVVfEDnmEIdIkfTRoiLB7dZ1rJV3U4PmUUoaxTUs=";
  };

  mesonFlags = [