akira: 2020-05-01 -> 0.0.13

gstqt5
Sage Raflik 2020-09-14 16:13:38 -05:00
parent 9d60354fae
commit de248c05cf
1 changed files with 4 additions and 4 deletions

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "akira";
version = "2020-05-01";
version = "0.0.13";
src = fetchFromGitHub {
owner = "akiraux";
repo = "Akira";
rev = "87c495fa0a686b1e9b84aff7d9c0a9553da2c466";
sha256 = "0ikz6dyx0z2wqskas628hbrbhx3z5gy7i4acrvspfhhg6rk88aqd";
rev = "v${version}";
sha256 = "1i20q78jagy8xky68nmd0n7mqvh88r98kp626rnlgyzvlc3c22cm";
};
nativeBuildInputs = [
@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
description = "Native Linux Design application built in Vala and GTK";
homepage = "https://github.com/akiraux/Akira";
license = licenses.gpl3;
maintainers = with maintainers; [ filalex77 ] ++ pantheon.maintainers;
maintainers = with maintainers; [ filalex77 neonfuz ] ++ pantheon.maintainers;
platforms = platforms.linux;
};
}