1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #53173 from r-ryantm/auto-update/unclutter-xfixes

unclutter-xfixes: 1.4 -> 1.5
This commit is contained in:
markuskowa 2019-01-12 13:11:55 +01:00 committed by GitHub
commit d2e32a22c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "unclutter-xfixes";
version = "1.4";
version = "1.5";
src = fetchFromGitHub {
owner = "Airblader";
repo = "unclutter-xfixes";
rev = "v${version}";
sha256 = "0anny6hvwf5nh7ghgi4gdcywhwyhgfvqvp7fjhm59kjc3qxnwf96";
sha256 = "148m4wx8v57s3l2wb69y9imb00y8ca2li27hsxibwnl1wrkb7z4b";
};
nativeBuildInputs = [ pkgconfig asciidoc libxslt docbook_xsl ];