{rmtfs,tqftpserv}: small fixes (#467157)

This commit is contained in:
Matthew Croughan
2025-12-02 19:14:39 +00:00
committed by GitHub
2 changed files with 9 additions and 5 deletions
+3 -2
View File
@@ -12,10 +12,10 @@ stdenv.mkDerivation (finalAttrs: {
version = "1.1.1";
src = fetchFromGitHub {
owner = "andersson";
owner = "linux-msm";
repo = "rmtfs";
tag = "v${finalAttrs.version}";
hash = "sha256-00KOjdkwcAER261lleSl7OVDEAEbDyW9MWxDd0GI8KA=";
hash = "sha256-ehd8SbKNOpyVoF9oc7e5uYmJOHI+Q6woLyvwO8hhKEc=";
};
buildInputs = [
@@ -32,5 +32,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/linux-msm/rmtfs";
license = licenses.bsd3;
platforms = platforms.aarch64;
mainProgram = "rmtfs";
};
})
+6 -3
View File
@@ -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";
};
})