Merge pull request #82830 from r-ryantm/auto-update/ivan

ivan: 057 -> 058
This commit is contained in:
Ryan Mulligan 2020-03-18 17:24:36 -07:00 committed by GitHub
commit fbebd5f2fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ivan"; pname = "ivan";
version = "057"; version = "058";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Attnam"; owner = "Attnam";
repo = "ivan"; repo = "ivan";
rev = "v${version}"; rev = "v${version}";
sha256 = "0mavmwikfsyr5sp65sl8dqknl1yz7c7ds53y1qkma24vsikz3k64"; sha256 = "04jzs8wad2b3g9hvnijr4r89iiw6b1i44zdzkg0dy447lrw6l6xc";
}; };
nativeBuildInputs = [ cmake pkgconfig graphicsmagick ]; nativeBuildInputs = [ cmake pkgconfig graphicsmagick ];
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
This is a fan continuation of IVAN by members of Attnam.com This is a fan continuation of IVAN by members of Attnam.com
''; '';
homepage = https://attnam.com/; homepage = "https://attnam.com/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [freepotion]; maintainers = with maintainers; [freepotion];