far2l: 2.7.0 -> 2.8.0

Signed-off-by: Sergey Makarov <12733495+SeTSeR@users.noreply.github.com>
This commit is contained in:
Sergey Makarov
2026-06-13 23:45:43 +03:00
parent 5a8102536e
commit 69234dcce0
+2 -2
View File
@@ -44,13 +44,13 @@
stdenv.mkDerivation rec {
pname = "far2l";
version = "2.7.0";
version = "2.8.0";
src = fetchFromGitHub {
owner = "elfmz";
repo = "far2l";
tag = "v_${version}";
hash = "sha256-pqyAZtVeE3awejx1/glJgAQN6fjAe4YHJX/fLHlF1+Y=";
hash = "sha256-LP+agJrYxjH6vLAg6cJTU4/9jYGF9iaZzxA7hozDKNY=";
};
nativeBuildInputs = [