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

This commit is contained in:
Jared Baur
2025-03-18 20:53:49 -07:00
parent cdc1e34423
commit 6dd552d926
+3 -3
View File
@@ -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 ];