Merge pull request #238216 from r-ryantm/auto-update/picotool

picotool: 1.1.1 -> 1.1.2
This commit is contained in:
Weijia Wang 2023-06-17 15:45:51 +03:00 committed by GitHub
commit ec3a7bd752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "picotool";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = pname;
rev = version;
sha256 = "sha256-KP5Cq6pYKQI5dV6S4lLapu9EcwAgLgYpK0qreNDZink=";
sha256 = "sha256-OcQJeiva6X2rUyh1rJ+w4O2dWxaR7MwMfbHlnWuBVb8=";
};
buildInputs = [ libusb1 pico-sdk ];