fastd: 22 -> 23

Also adjusted the owner name. Same person and account, just a new nick.

Release Notes: https://fastd.readthedocs.io/en/stable/releases/v23.html
This commit is contained in:
Tom Herbers
2025-01-26 14:51:54 +01:00
parent f4a17d3c93
commit 95abe137a9
+3 -3
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 = [