mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 21:08:24 +00:00
Merge pull request #284333 from r-ryantm/auto-update/mc
mc: 4.8.30 -> 4.8.31
This commit is contained in:
commit
d034c590f7
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user