yolo
This commit is contained in:
parent
846e9e536d
commit
cbe96a1738
4 changed files with 38 additions and 20 deletions
17
pkgs/imhex.nix
Normal file
17
pkgs/imhex.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ stdenv, lib, cmake, openssl, pkgconfig, wrapQtAppsHook, fetchFromGithub }: {
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "imhex";
|
||||
version = "1.24.3";
|
||||
|
||||
src = fetchFromGithub {
|
||||
owner = "WerWolv";
|
||||
repo = "ImHex";
|
||||
rev = "v${version}";
|
||||
sha256 = lib.fakeSha256;
|
||||
};
|
||||
};
|
||||
|
||||
nariveBuildInputs = [
|
||||
cmake
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue