3
0
Fork 0
forked from mirrors/nixpkgs

evemu: 2.0.0 -> 2.4.0

This commit is contained in:
Damien Cassou 2016-07-04 14:41:14 +02:00 committed by Bjørn Forsman
parent a978c2e9c2
commit 0b80e03904

View file

@ -4,14 +4,14 @@
stdenv.mkDerivation rec {
name = "evemu-${version}";
version = "2.0.0";
version = "2.4.0";
# We could have downloaded a release tarball from cgit, but it changes hash
# each time it is downloaded :/
src = fetchgit {
url = git://git.freedesktop.org/git/evemu;
rev = "refs/tags/v${version}";
sha256 = "0qv2ib3rb0wp881sfkzmhpkfc3nbrswdmll3087pmzpwd701g42l";
sha256 = "07iha13xrpf4z59rzl9cm2h1zkc5xhyipbd3ajd3c1d4hhpn9w9s";
};
buildInputs = [