mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #249706 from r-ryantm/auto-update/mc
mc: 4.8.29 -> 4.8.30
This commit is contained in:
commit
b6f002956f
@ -24,11 +24,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mc";
|
||||
version = "4.8.29";
|
||||
version = "4.8.30";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.midnight-commander.org/downloads/${pname}-${version}.tar.xz";
|
||||
sha256 = "sha256-AdijuU9YGAzKW/FyV7UHjR/W/SeptcDpcOx2dUlUCtQ=";
|
||||
sha256 = "sha256-Xrw8shRLlwxRSf2lVsStULeHgElGls3y0UpTIEyVx98=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config unzip ]
|
||||
|
Loading…
Reference in New Issue
Block a user