Merge pull request #14996 from groxxda/bump/antimicro

antimicro 2.18 -> 2.18.2 (repository gone)
This commit is contained in:
Thomas Tuegel 2016-04-26 08:13:11 -05:00
commit 97abaab90c

View file

@ -1,12 +1,14 @@
{ stdenv, cmake, pkgconfig, SDL2, qtbase, qttools, xorg, fetchzip }:
{ stdenv, cmake, pkgconfig, SDL2, qtbase, qttools, xorg, fetchFromGitHub }:
stdenv.mkDerivation rec {
name = "antimicro-${version}";
version = "2.18";
version = "2.18.2";
src = fetchzip {
url = "https://github.com/Ryochan7/antimicro/archive/${version}.tar.gz";
sha256 = "0kyl4xl2am50v2xscgy2irpcdj78f7flgfhljyjck4ynf8d40vb7";
src = fetchFromGitHub {
owner = "7185";
repo = "antimicro";
rev = "${version}";
sha256 = "1mqw5idn57yj6c1w8y0byzh0xafcpbhaa6czgljh206abwfixjmk";
};
buildInputs = [