Merge pull request #235650 from leo60228/add-fusee-nano

fusee-nano: init at unstable-2023-05-17
This commit is contained in:
K900 2023-06-30 01:21:13 +03:00 committed by GitHub
commit 32141ab2e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{ lib, stdenv, fetchFromGitHub, unixtools }:
stdenv.mkDerivation {
pname = "fusee-nano";
version = "unstable-2023-05-17";
src = fetchFromGitHub {
owner = "DavidBuchanan314";
repo = "fusee-nano";
rev = "2979d34f470d02f34594d8d59be1f5c7bf4bf73f";
hash = "sha256-RUG10wvhB0qEuiLwn8wk6Uxok+gv4bFLD6tbx0P0yDc=";
};
nativeBuildInputs = [ unixtools.xxd ];
makeFlags = [ "PREFIX=$(out)/bin" ];
meta = {
description = "A minimalist re-implementation of the Fusée Gelée exploit";
homepage = "https://github.com/DavidBuchanan314/fusee-nano";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.leo60228 ];
};
}

View File

@ -7951,6 +7951,8 @@ with pkgs;
fusee-launcher = callPackage ../development/tools/fusee-launcher { };
fusee-nano = callPackage ../development/tools/fusee-nano { };
fverb = callPackage ../applications/audio/fverb { };
fwknop = callPackage ../tools/security/fwknop {