fastd: 22 -> 23 (#376973)

This commit is contained in:
Franz Pletz
2025-01-26 15:44:01 +01:00
committed by GitHub
+7 -4
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "fastd";
version = "22";
version = "23";
src = fetchFromGitHub {
owner = "Neoraider";
owner = "neocturne";
repo = "fastd";
rev = "v${version}";
sha256 = "0qni32j7d3za9f87m68wq8zgalvfxdrx1zxi6l4x7vvmpcw5nhpq";
sha256 = "sha256-Sz6VEjKziL/w2a4VWFfMPDYvm7UZh5A/NmzP10rJ2r8=";
};
nativeBuildInputs = [
@@ -59,7 +59,10 @@ stdenv.mkDerivation rec {
bsd3
];
platforms = platforms.linux;
maintainers = with maintainers; [ fpletz ];
maintainers = with maintainers; [
fpletz
herbetom
];
mainProgram = "fastd";
};
}