summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 20:37:13 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 20:37:13 -0700
commitdc24ee429a4b2340ca6cc85d19d9be1f81d8f56d (patch)
tree5c78d4f05084e14a1b6587bd64b92935858ec8b8 /pkgs/desktops
parent904114fdb85df99e5e9472c9f6fd6432dc4f9d74 (diff)
downloadnixlib-dc24ee429a4b2340ca6cc85d19d9be1f81d8f56d.tar
nixlib-dc24ee429a4b2340ca6cc85d19d9be1f81d8f56d.tar.gz
nixlib-dc24ee429a4b2340ca6cc85d19d9be1f81d8f56d.tar.bz2
nixlib-dc24ee429a4b2340ca6cc85d19d9be1f81d8f56d.tar.lz
nixlib-dc24ee429a4b2340ca6cc85d19d9be1f81d8f56d.tar.xz
nixlib-dc24ee429a4b2340ca6cc85d19d9be1f81d8f56d.tar.zst
nixlib-dc24ee429a4b2340ca6cc85d19d9be1f81d8f56d.zip
lxqt.lxqt-l10n: 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-l10n/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.
- directory tree listing: https://gist.github.com/583bf7b46d9b7d60406ab44e9f06eb42
- du listing: https://gist.github.com/26da5523d884e68e9a772af08be299cf
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/lxqt/core/lxqt-l10n/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/lxqt/core/lxqt-l10n/default.nix b/pkgs/desktops/lxqt/core/lxqt-l10n/default.nix
index 10b767aedac0..8324cdc3dff0 100644
--- a/pkgs/desktops/lxqt/core/lxqt-l10n/default.nix
+++ b/pkgs/desktops/lxqt/core/lxqt-l10n/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "lxqt-l10n-${version}";
-  version = "0.12.0";
+  version = "0.13.0";
 
   src = fetchFromGitHub {
     owner = "lxde";
     repo = "lxqt-l10n";
     rev = version;
-    sha256 = "025zg5y9f286p74rab4yxyz4cqlh4hqjq43xxpi76ma2fy2s03a4";
+    sha256 = "0q1hzj6sa4wc8sgqqqsqfldjpnvihacfq73agvc2li3q6qi5rr0k";
   };
 
   nativeBuildInputs = [