Merge pull request #303934 from r-ryantm/auto-update/far2l

far2l: 2.6.0 -> 2.6.1
This commit is contained in:
Matthias Beyer 2024-04-14 08:08:19 +02:00 committed by GitHub
commit 810f4f4c85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "far2l";
version = "2.6.0";
version = "2.6.1";
src = fetchFromGitHub {
owner = "elfmz";
repo = "far2l";
rev = "v_${version}";
sha256 = "sha256-fLBWHhvfqEiaZkFyNs8CKr5vFMQ5mrbo/X3oGwJmFoo=";
sha256 = "sha256-fFwO06edv2f/remnKc5snAjgmqveVNqxHiUcTlfe+4Y=";
};
nativeBuildInputs = [ cmake ninja pkg-config m4 perl makeWrapper ];