Skip to content

Commit 47ca2b2

Browse files
committed
nyrna: init at v2.25.0
Signed-off-by: Andrii Sultanov <sultanovandriy@gmail.com>
1 parent 7f2d3d7 commit 47ca2b2

3 files changed

Lines changed: 1645 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"flutter_app_builder": "sha256-0oON8i1cgh4HxJw6eC52SJbt9yhON3NfUcw1OsO7GfQ=",
3+
"helpers": "sha256-pEbnEymxKIcDWCme4HaAInYbQM3xahP13/yo/Oy8VFQ=",
4+
"hotkey_manager": "sha256-DoXVnT3rOstpoaOsavv34fTQGiIA1h2jMl9aHa0j6m0=",
5+
"window_size": "sha256-71PqQzf+qY23hTJvcm0Oye8tng3Asr42E2vfF1nBmVA="
6+
}

pkgs/by-name/ny/nyrna/package.nix

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{ lib, flutter341, fetchFromGitHub, keybinder3, libayatana-appindicator }:
2+
3+
flutter341.buildFlutterApplication {
4+
pname = "nyrna";
5+
version = "v2.25.0";
6+
7+
src = fetchFromGitHub {
8+
owner = "Merrit";
9+
repo = "nyrna";
10+
rev = "edae830e80c49122cf6c9f8505a6c7bb9e6b5368";
11+
hash = "sha256-c9rnN057CbSsvBIwmK4y2m1LJGBAUrbS181VDfJbkhQ=";
12+
};
13+
14+
pubspecLock = lib.importJSON ./pubspec.lock.json;
15+
16+
gitHashes = lib.importJSON ./git-hashes.json;
17+
18+
nativeBuildInputs = [ keybinder3 libayatana-appindicator ];
19+
20+
meta = {
21+
description = "Suspend games and applications.";
22+
longDescription = ''
23+
Similar to the suspend mode on consoles, easily suspend and resume your PC games with the push of a button.
24+
'';
25+
homepage = "https://nyrna.merritt.codes/";
26+
license = lib.licenses.gpl3;
27+
maintainers = with lib.maintainers; [ ynot ];
28+
};
29+
}

0 commit comments

Comments
 (0)