Merge pull request #52698 from r-ryantm/auto-update/qt5ct

qt5ct: 0.36 -> 0.37
This commit is contained in:
Ryan Mulligan 2018-12-22 13:31:45 -08:00 committed by GitHub
commit f06d6fdf0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@ let inherit (stdenv.lib) getDev; in
stdenv.mkDerivation rec {
name = "qt5ct-${version}";
version = "0.36";
version = "0.37";
src = fetchurl {
url = "mirror://sourceforge/qt5ct/${name}.tar.bz2";
sha256 = "12gfhchp05xn311zsxh41k3anyrscg53r5d06dasyxyk6hpr9hwg";
sha256 = "0n8csvbpislxjr2s1xi8r5a4q4bqn4kylcy2zws6w7z4m8pdzrny";
};
nativeBuildInputs = [ qmake qttools ];