Merge pull request #53173 from r-ryantm/auto-update/unclutter-xfixes
unclutter-xfixes: 1.4 -> 1.5
This commit is contained in:
commit
d2e32a22c9
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "unclutter-xfixes";
|
pname = "unclutter-xfixes";
|
||||||
version = "1.4";
|
version = "1.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Airblader";
|
owner = "Airblader";
|
||||||
repo = "unclutter-xfixes";
|
repo = "unclutter-xfixes";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0anny6hvwf5nh7ghgi4gdcywhwyhgfvqvp7fjhm59kjc3qxnwf96";
|
sha256 = "148m4wx8v57s3l2wb69y9imb00y8ca2li27hsxibwnl1wrkb7z4b";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig asciidoc libxslt docbook_xsl ];
|
nativeBuildInputs = [ pkgconfig asciidoc libxslt docbook_xsl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user