Unverified Commit 8ec7d26a authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

rpiboot: 20240926-102326 -> 20250129-123632 (#379433)

parents ae94c98d cd152274
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "rpiboot";
  version = "20240926-102326";
  version = "20250129-123632";

  src = fetchFromGitHub {
    owner = "raspberrypi";
    repo = "usbboot";
    rev = version;
    hash = "sha256-9m7PAw1WNQlfqOr5hDXrCsZlZLBmvoGUT58NN2cVolw=";
    hash = "sha256-nUwero1BLSx+JORqJVWIXi2ElnN17al1jA+I4Cqe9hM=";
  };

  buildInputs = [ libusb1 ];