unclutter-xfixes: 1.5 -> 1.6

This commit is contained in:
R. RyanTM 2021-08-26 16:02:56 +00:00
parent 491f953ce5
commit 01beac3ffb

View file

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