From 8f73921ad8e162cbed958ec4bfcb604ddeb6d123 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Tue, 3 Jul 2018 20:33:09 -0700 Subject: [PATCH] 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 --- pkgs/desktops/lxqt/core/pcmanfm-qt/default.nix | 4 ++-- 1 file 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 = [