Commit c181fb98 authored by R. RyanTM's avatar R. RyanTM
Browse files

picotool: 1.1.0 -> 1.1.1

parent dcb54793
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "picotool";
  version = "1.1.0";
  version = "1.1.1";

  src = fetchFromGitHub {
    owner = "raspberrypi";
    repo = pname;
    rev = version;
    sha256 = "sha256-YjDHoRcDoezyli42bJ0bnfjdNNY8l6ZilrxhOudqvwE=";
    sha256 = "sha256-KP5Cq6pYKQI5dV6S4lLapu9EcwAgLgYpK0qreNDZink=";
  };

  buildInputs = [ libusb1 pico-sdk ];