yolo
This commit is contained in:
parent
96095790cd
commit
3884eb2f82
9 changed files with 162 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, lib, cmake, openssl, pkgconfig, wrapQtAppsHook, fetchFromGithub }: {
|
||||
{ stdenv, lib, cmake, openssl, pkgconfig, wrapQtAppsHook, fetchFromGithub }:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "imhex";
|
||||
version = "1.24.3";
|
||||
|
@ -9,9 +9,8 @@
|
|||
rev = "v${version}";
|
||||
sha256 = lib.fakeSha256;
|
||||
};
|
||||
};
|
||||
|
||||
nariveBuildInputs = [
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue