mc: 4.8.30 -> 4.8.31
This commit is contained in:
parent
1dd556946e
commit
d761235479
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue