ivan: 057 -> 058

This commit is contained in:
R. RyanTM 2020-03-18 07:25:08 +00:00
parent 93144e0f4a
commit 8c8f717275

View file

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