From 229bf739044971a11ddf6acf9cb00f4efd80d98c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 17 Jun 2023 09:03:33 +0000 Subject: [PATCH] picotool: 1.1.1 -> 1.1.2 --- pkgs/development/tools/picotool/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/picotool/default.nix b/pkgs/development/tools/picotool/default.nix index ecd80d626049..0f4300fc67ce 100644 --- a/pkgs/development/tools/picotool/default.nix +++ b/pkgs/development/tools/picotool/default.nix @@ -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 ];