unclutter-xfixes: 1.5 -> 1.6
This commit is contained in:
parent
491f953ce5
commit
01beac3ffb
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue