mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #143601 from r-ryantm/auto-update/qt5ct
qt5ct: 1.3 -> 1.5
This commit is contained in:
commit
59e7e8dc84
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ let inherit (lib) getDev; in
|
|||
|
||||
mkDerivation rec {
|
||||
pname = "qt5ct";
|
||||
version = "1.3";
|
||||
version = "1.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
|
||||
sha256 = "sha256-3UQ7FOWQr/dqFuExbVbmiIguMkjEcN9PcbyVJWnzw7w=";
|
||||
sha256 = "sha256-1j0M4W4CQnIH2GUx9wpxxbnIUARN1bLcsihVMfQW5JA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ qmake qttools ];
|
||||
|
|
Loading…
Reference in a new issue