about summary refs log tree commit diff
path: root/pkgs/tools/misc/qt5ct
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-22 11:32:49 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-12-22 11:32:49 -0800
commitf99e146511c1e6934842692afe6aefd827837a7d (patch)
tree5b30f5111cff27997e13ec43bab0df7478974234 /pkgs/tools/misc/qt5ct
parent911d1853ca990a7af6725105e7cda8c24cac025f (diff)
qt5ct: 0.36 -> 0.37
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qt5ct/versions
Diffstat (limited to 'pkgs/tools/misc/qt5ct')
-rw-r--r--pkgs/tools/misc/qt5ct/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/qt5ct/default.nix b/pkgs/tools/misc/qt5ct/default.nix
index 72ba4863c40ab..04151812a0780 100644
--- a/pkgs/tools/misc/qt5ct/default.nix
+++ b/pkgs/tools/misc/qt5ct/default.nix
@@ -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 ];