about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-12 14:48:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-12 14:48:43 +0000
commitc181fb980739d08d5ceceaef78ecb2d3303eacde (patch)
treed585c94d2018345957bfa00c4e36d3d7737c1773
parentdcb54793dbe0161b7bd22f1adf04f02a21cb64ec (diff)
picotool: 1.1.0 -> 1.1.1
-rw-r--r--pkgs/development/tools/picotool/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/picotool/default.nix b/pkgs/development/tools/picotool/default.nix
index f76e0287b564a..883f6b035498d 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.0";
+  version = "1.1.1";
 
   src = fetchFromGitHub {
     owner = "raspberrypi";
     repo = pname;
     rev = version;
-    sha256 = "sha256-YjDHoRcDoezyli42bJ0bnfjdNNY8l6ZilrxhOudqvwE=";
+    sha256 = "sha256-KP5Cq6pYKQI5dV6S4lLapu9EcwAgLgYpK0qreNDZink=";
   };
 
   buildInputs = [ libusb1 pico-sdk ];