Commit 8193b403 authored by David Wronek's avatar David Wronek
Browse files

tqftpserv: 1.1 -> 1.1-unstable-2025-08-01

parent 631b30ef
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -12,13 +12,15 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "tqftpserv";
  version = "1.1";
  # Use unstable for fixed systemd service
  # with removed qrtr-ns dependency.
  version = "1.1-unstable-2025-08-01";

  src = fetchFromGitHub {
    owner = "linux-msm";
    repo = "tqftpserv";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Djw2rx1FXYYPXs6Htq7jWcgeXFvfCUoeidKtYUvTqZU=";
    rev = "408ca1ed5e4e0a9ac3650b13d3f3c60079b3e2a3";
    hash = "sha256-IlM/HVdo/7cA9NnJrCW/B0yKks5jWYqxRyy3ay4wDr8=";
  };

  buildInputs = [
@@ -45,5 +47,6 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://github.com/andersson/tqftpserv";
    license = licenses.bsd3;
    platforms = platforms.aarch64;
    mainProgram = "tqftpserv";
  };
})