Loading pkgs/applications/file-managers/mc/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -24,11 +24,11 @@ stdenv.mkDerivation rec { pname = "mc"; version = "4.8.31"; version = "4.8.32"; src = fetchurl { url = "https://www.midnight-commander.org/downloads/${pname}-${version}.tar.xz"; sha256 = "sha256-JBkc+GZ2dbjjH8Sp0YoKZb3AWYwsXE6gkklM0Tq0qxo="; hash = "sha256-TdyD0e3pryNjs+q5h/VLh89mGTJBEM4tOg5wlE0TWf4="; }; nativeBuildInputs = [ pkg-config unzip ] Loading Loading
pkgs/applications/file-managers/mc/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -24,11 +24,11 @@ stdenv.mkDerivation rec { pname = "mc"; version = "4.8.31"; version = "4.8.32"; src = fetchurl { url = "https://www.midnight-commander.org/downloads/${pname}-${version}.tar.xz"; sha256 = "sha256-JBkc+GZ2dbjjH8Sp0YoKZb3AWYwsXE6gkklM0Tq0qxo="; hash = "sha256-TdyD0e3pryNjs+q5h/VLh89mGTJBEM4tOg5wlE0TWf4="; }; nativeBuildInputs = [ pkg-config unzip ] Loading