forked from mirrors/nixpkgs
evtest: update 1.31 -> 1.32
This commit is contained in:
parent
3ba01941ce
commit
e6f59f2a22
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchgit, autoconf, automake, pkgconfig, libxml2 }:
|
{ stdenv, fetchgit, autoconf, automake, pkgconfig, libxml2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "evtest-1.31";
|
name = "evtest-1.32";
|
||||||
|
|
||||||
preConfigure = "autoreconf -iv";
|
preConfigure = "autoreconf -iv";
|
||||||
|
|
||||||
|
@ -9,8 +9,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://anongit.freedesktop.org/evtest";
|
url = "git://anongit.freedesktop.org/evtest";
|
||||||
rev = "871371806017301373b8b0e5b7e8f168ce1ea13f";
|
rev = "refs/tags/evtest-1.32";
|
||||||
sha256 = "1hxldlldlrb9lnnybn839a97fpqd1cixbmci2wzgr0rzhjbwhcgp";
|
sha256 = "150lb7d2gnkcqgfw1hcnb8lcvdb52fpig9j9qxjizp6irhlw2a31";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in a new issue