Adding KhinsiderDownloader

This commit is contained in:
Lyes Saadi 2025-08-03 20:22:54 +01:00
parent 4fc7c23d7d
commit d29398f6d5
Signed by: lyes
GPG key ID: 55A1D803917CF39A
4 changed files with 35 additions and 6 deletions

12
flake.lock generated
View file

@ -93,11 +93,11 @@
]
},
"locked": {
"lastModified": 1754085240,
"narHash": "sha256-kVHCrTWEe8B1thAhFag1bk4QPY0ZP45V9vPbrwPHoNo=",
"lastModified": 1754168537,
"narHash": "sha256-Q3OyUdFef0Rohs9GeK6rnhEeSxrDWic+GELC5NomAVU=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "e102920c1becb114645c6f92fe14edc0b05cc229",
"rev": "d492e3c3811ebd0e67bad5145c618b108cf84a4f",
"type": "github"
},
"original": {
@ -258,11 +258,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1753933355,
"narHash": "sha256-4QxMcKS6oc+cG8efwwAin4M+YOokBak1dVS8u5P3b5M=",
"lastModified": 1754138446,
"narHash": "sha256-dv9H6HK/yGHYgmixBlyQxgSVyMQvKxJx/hDhngqGkvY=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "fa795a139a8c92b140bc21f11f61da1c97ad5b1d",
"rev": "c451de612fa40c25d7f0532f8550a6f99dedf6e2",
"type": "github"
},
"original": {

View file

@ -0,0 +1,27 @@
{
stdenv,
fetchFromGitHub,
cmake,
curl,
qt6,
libxml2
}:
stdenv.mkDerivation (final: {
pname = "KhinsiderDownloader";
version = "3.0.4.43";
src = fetchFromGitHub {
owner = "weespin";
repo = "KhinsiderDownloader";
rev = final.version;
hash = "sha256-hqoUkzPNxAIvC/7DL9YIMPmUZqAreqCbG8NKidVtSDM=";
};
nativeBuildInputs = [
cmake
curl
qt6.full
libxml2
];
})

View file

@ -3,4 +3,5 @@
{
quadcastrgb = pkgs.callPackage ./quadcastrgb { };
ens-intel-unite = pkgs.callPackage ./ens-intel-unite { };
KhinsiderDownloader = pkgs.callPackage ./KhinsiderDownloader { };
}

View file

@ -59,6 +59,7 @@ in {
helvum
local.quadcastrgb
euphonica
local.KhinsiderDownloader
# Games
heroic