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
+2 -2
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 ];