summary refs log tree commit diff
path: root/pkgs/desktops/lxqt/core
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-03 20:33:09 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-03 20:33:09 -0700
commit8f73921ad8e162cbed958ec4bfcb604ddeb6d123 (patch)
tree15d0edcb76b8a9b95be3b70d656d268f7dc5ec12 /pkgs/desktops/lxqt/core
parenta260b3d681164bedaeb90fd578390147799d638c (diff)
downloadnixlib-8f73921ad8e162cbed958ec4bfcb604ddeb6d123.tar
nixlib-8f73921ad8e162cbed958ec4bfcb604ddeb6d123.tar.gz
nixlib-8f73921ad8e162cbed958ec4bfcb604ddeb6d123.tar.bz2
nixlib-8f73921ad8e162cbed958ec4bfcb604ddeb6d123.tar.lz
nixlib-8f73921ad8e162cbed958ec4bfcb604ddeb6d123.tar.xz
nixlib-8f73921ad8e162cbed958ec4bfcb604ddeb6d123.tar.zst
nixlib-8f73921ad8e162cbed958ec4bfcb604ddeb6d123.zip
lxqt.pcmanfm-qt: 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/pcmanfm-qt/versions.

Version release notes (from GitHub):

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/bk3zw1jxkfyyl07iy97ag6vsq6vgqk9i-pcmanfm-qt-0.13.0/bin/pcmanfm-qt had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.13.0 with grep in /nix/store/bk3zw1jxkfyyl07iy97ag6vsq6vgqk9i-pcmanfm-qt-0.13.0
- directory tree listing: https://gist.github.com/960359b159f85d99f590576d9d63b63f
- du listing: https://gist.github.com/e90b52e16cdb6fdfa96bca76047129b4
Diffstat (limited to 'pkgs/desktops/lxqt/core')
-rw-r--r--pkgs/desktops/lxqt/core/pcmanfm-qt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/lxqt/core/pcmanfm-qt/default.nix b/pkgs/desktops/lxqt/core/pcmanfm-qt/default.nix
index d9e2a651c3a8..d51e27409649 100644
--- a/pkgs/desktops/lxqt/core/pcmanfm-qt/default.nix
+++ b/pkgs/desktops/lxqt/core/pcmanfm-qt/default.nix
@@ -3,13 +3,13 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "pcmanfm-qt";
-  version = "0.12.0";
+  version = "0.13.0";
 
   src = fetchFromGitHub {
     owner = "lxde";
     repo = pname;
     rev = version;
-    sha256 = "050h5w1wph35l5m69qbxzvc96y7y0bg1m7flqdadrp688pbnzcxb";
+    sha256 = "0xnhdxx45fmbi5dqic3j2f7yq01s0xysimafj5zqs0a29zw3i4m0";
   };
 
   nativeBuildInputs = [