lxqt.compton-conf: 0.3.0 -> 0.4.0 (#42513)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/compton-conf/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/j1vd9mci1qp5r9fy89q6c2g5kyb3kqbw-compton-conf-0.4.0/bin/compton-conf 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.4.0 with grep in /nix/store/j1vd9mci1qp5r9fy89q6c2g5kyb3kqbw-compton-conf-0.4.0 - directory tree listing: https://gist.github.com/43e23d6682f82d552941a48813aa5a63 - du listing: https://gist.github.com/d7be6d6901ffe37ae24eab147225104f
This commit is contained in:
parent
8e3415eb86
commit
e4d7172377
@ -3,13 +3,13 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "compton-conf";
|
||||
version = "0.3.0";
|
||||
version = "0.4.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lxde";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1p1y7g5psczx1dgh6gd1h5iga8rylvczkwlfirzrh0rfl45dajgb";
|
||||
sha256 = "1r187fx1vivzq1gcwwawax36mnlmfig5j1ba4s4wfdi3q2wcq7mw";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user