about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-14 05:32:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-14 05:32:24 +0000
commit6ae8fe3a2ca1af6f13a3e2a0e6678608c85077c5 (patch)
tree40c3776aad0f5371968f0dfee243e2be81fd757d /pkgs
parentbe5517c7311cba6caa8bcf7f155fe5c490004581 (diff)
qtstyleplugin-kvantum-qt4: 1.0.7 -> 1.0.9
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/qtstyleplugin-kvantum-qt4/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/qtstyleplugin-kvantum-qt4/default.nix b/pkgs/development/libraries/qtstyleplugin-kvantum-qt4/default.nix
index b52837aa17056..1c39c004447e6 100644
--- a/pkgs/development/libraries/qtstyleplugin-kvantum-qt4/default.nix
+++ b/pkgs/development/libraries/qtstyleplugin-kvantum-qt4/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "qtstyleplugin-kvantum-qt4";
-  version = "1.0.7";
+  version = "1.0.9";
 
   src = fetchFromGitHub {
     owner = "tsujan";
     repo = "Kvantum";
     rev = "V${version}";
-    hash = "sha256-Ys77z5BoeQEOYe1h5ITEuVtVn6Uug9zQjrCBxLQOrSs=";
+    hash = "sha256-5/cScJpi5Z5Z/SjizKfMTGytuEo2uUT6QtpMnn7JhKc=";
   };
 
   nativeBuildInputs = [ qmake4Hook ];