Unverified Commit c3528adc authored by Florian Warzecha's avatar Florian Warzecha Committed by GitHub
Browse files

wb32-dfu-updater: apply suggestions from code review

parent a56440e9
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
{ callPackage
, lib
{ lib
, stdenv
, fetchFromGitHub
, cmake
@@ -14,7 +13,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "WestberryTech";
    repo = finalAttrs.pname;
    rev = finalAttrs.version;
    sha256 = "sha256-DKsDVO00JFhR9hIZksFVJLRwC6PF9LCRpf++QywFO2w=";
    hash = "sha256-DKsDVO00JFhR9hIZksFVJLRwC6PF9LCRpf++QywFO2w=";
  };

  nativeBuildInputs = [ cmake ];