Merge pull request #284333 from r-ryantm/auto-update/mc

mc: 4.8.30 -> 4.8.31
This commit is contained in:
Weijia Wang 2024-02-04 19:59:38 +01:00 committed by GitHub
commit d034c590f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,11 +24,11 @@
stdenv.mkDerivation rec {
pname = "mc";
version = "4.8.30";
version = "4.8.31";
src = fetchurl {
url = "https://www.midnight-commander.org/downloads/${pname}-${version}.tar.xz";
sha256 = "sha256-Xrw8shRLlwxRSf2lVsStULeHgElGls3y0UpTIEyVx98=";
sha256 = "sha256-JBkc+GZ2dbjjH8Sp0YoKZb3AWYwsXE6gkklM0Tq0qxo=";
};
nativeBuildInputs = [ pkg-config unzip ]