Unverified Commit 6dd552d9 authored by Jared Baur's avatar Jared Baur
Browse files

sunxi-tools: unstable-2021-08-29 -> 0-unstable-2024-10-13

parent cdc1e344
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation {
  pname = "sunxi-tools";
  version = "unstable-2021-08-29";
  version = "0-unstable-2024-10-13";

  src = fetchFromGitHub {
    owner = "linux-sunxi";
    repo = "sunxi-tools";
    rev = "74273b671a3fc34048383c40c85c684423009fb9";
    sha256 = "1gwamb64vr45iy2ry7jp1k3zc03q5sydmdflrbwr892f0ijh2wjl";
    rev = "29d48c3c39d74200fb35b5750f99d06a4886bf2e";
    sha256 = "sha256-IUgAM/wVHGbidJ2bfLcTIdXg7wxEjxCg1IA8FtDFpR4=";
  };

  nativeBuildInputs = [ pkg-config ];