lxqt.libfm-qt: 0.12.0 -> 0.13.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libfm-qt/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.1 with grep in /nix/store/j3k46ff4i767vxiajc1dy41fd5smdqid-libfm-qt-0.13.1 - directory tree listing: https://gist.github.com/f8d05638960a752c27ada529e3d8922e - du listing: https://gist.github.com/9a3529479e5f3453a388a2bdadff58aa
This commit is contained in:
parent
904114fdb8
commit
b3663555d8
@ -7,13 +7,13 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "libfm-qt";
|
||||
version = "0.12.0";
|
||||
version = "0.13.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lxde";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0932yl098pc5rwgy9irrc3ys47jx64m3wm702dvs8yy15alv6x4i";
|
||||
sha256 = "1g8j1lw74qvagqhqsx45b290fjwh3jfl3i0366m0w4la03v0rw5j";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user