flood-for-transmission: 2025-07-19T10-51-22 → 1.0.1 (#479566)
This commit is contained in:
@@ -3,20 +3,21 @@
|
||||
lib,
|
||||
buildNpmPackage,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildNpmPackage rec {
|
||||
buildNpmPackage (finalAttrs: {
|
||||
pname = "flood-for-transmission";
|
||||
version = "2025-07-19T10-51-22";
|
||||
version = "1.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "johman10";
|
||||
repo = "flood-for-transmission";
|
||||
tag = version;
|
||||
hash = "sha256-2oHEVvZZcxH9RBKreaiwFKp7Iu5ijYdpXdgVknCxwKw=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-c1K7ldraw9lzVtABz39B9569jHEuo6N3Iy8aCCfBOXE=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-IUdsUGsm6yAbXqf4UGkz1VPa366TnWsTakkbywbLeTU=";
|
||||
npmDepsHash = "sha256-yD9VwnAqE+k2/Z60YdJD6F1f4Cn3fcROCTopDq+DUWU=";
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
@@ -28,12 +29,15 @@ buildNpmPackage rec {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Flood clone for Transmission";
|
||||
homepage = "https://github.com/johman10/flood-for-transmission";
|
||||
downloadPage = "https://github.com/johman10/flood-for-transmission/releases";
|
||||
changelog = "https://github.com/johman10/flood-for-transmission/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ al3xtjames ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user