picotool: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2023-02-12 14:48:43 +00:00
parent dcb54793db
commit c181fb9807

View File

@ -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 ];