summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 20:54:14 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 20:54:14 -0700
commit6ac2ab2f3212a7f2d5be18c6ead2e0c6cadc7c52 (patch)
treeec6e7030378bcaeca423b33e268cf6707f7cb142
parent904114fdb85df99e5e9472c9f6fd6432dc4f9d74 (diff)
downloadnixpkgs-6ac2ab2f3212a7f2d5be18c6ead2e0c6cadc7c52.tar
nixpkgs-6ac2ab2f3212a7f2d5be18c6ead2e0c6cadc7c52.tar.gz
nixpkgs-6ac2ab2f3212a7f2d5be18c6ead2e0c6cadc7c52.tar.bz2
nixpkgs-6ac2ab2f3212a7f2d5be18c6ead2e0c6cadc7c52.tar.lz
nixpkgs-6ac2ab2f3212a7f2d5be18c6ead2e0c6cadc7c52.tar.xz
nixpkgs-6ac2ab2f3212a7f2d5be18c6ead2e0c6cadc7c52.tar.zst
nixpkgs-6ac2ab2f3212a7f2d5be18c6ead2e0c6cadc7c52.zip
lxqt.lxqt-themes: 0.12.0 -> 0.13.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/lxqt-themes/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.13.0 with grep in /nix/store/fs36lbzyd10wzif3mk70hwjqwin8bv7f-lxqt-themes-0.13.0
- directory tree listing: https://gist.github.com/ba1226aef8f1c4dfc1ae26d7a55031f3
- du listing: https://gist.github.com/99abafab17751529577df2cd7d2a12d9
-rw-r--r--pkgs/desktops/lxqt/core/lxqt-themes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/lxqt/core/lxqt-themes/default.nix b/pkgs/desktops/lxqt/core/lxqt-themes/default.nix
index 6251667430b..5f996c78643 100644
--- a/pkgs/desktops/lxqt/core/lxqt-themes/default.nix
+++ b/pkgs/desktops/lxqt/core/lxqt-themes/default.nix
@@ -3,13 +3,13 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "lxqt-themes";
-  version = "0.12.0";
+  version = "0.13.0";
 
   src = fetchFromGitHub {
     owner = "lxde";
     repo = pname;
     rev = version;
-    sha256 = "0f7bipkxkl741lpb2cziw9wlqy05514nqqrppsz5g4y8bmzw910n";
+    sha256 = "026hbblxdbq48n9691b1z1xiak99khsk3wf09vn4iaj5zi7dwhw5";
   };
 
   nativeBuildInputs = [