far2l: 2.5.3 -> 2.6.0

This commit is contained in:
R. Ryantm 2024-02-19 23:25:49 +00:00
parent 6021282979
commit fd06200ae6

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "far2l";
version = "2.5.3";
version = "2.6.0";
src = fetchFromGitHub {
owner = "elfmz";
repo = "far2l";
rev = "v_${version}";
sha256 = "sha256-aK6+7ChFAkeDiEYU2llBb//PBej2Its/wBeuG7ys/ew=";
sha256 = "sha256-fLBWHhvfqEiaZkFyNs8CKr5vFMQ5mrbo/X3oGwJmFoo=";
};
nativeBuildInputs = [ cmake ninja pkg-config m4 perl makeWrapper ];