Merge pull request #98007 from neonfuz/akira
akira: 2020-05-01 -> 0.0.13
This commit is contained in:
commit
0026c20ea1
@ -23,13 +23,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "akira";
|
pname = "akira";
|
||||||
version = "2020-05-01";
|
version = "0.0.13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "akiraux";
|
owner = "akiraux";
|
||||||
repo = "Akira";
|
repo = "Akira";
|
||||||
rev = "87c495fa0a686b1e9b84aff7d9c0a9553da2c466";
|
rev = "v${version}";
|
||||||
sha256 = "0ikz6dyx0z2wqskas628hbrbhx3z5gy7i4acrvspfhhg6rk88aqd";
|
sha256 = "1i20q78jagy8xky68nmd0n7mqvh88r98kp626rnlgyzvlc3c22cm";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Native Linux Design application built in Vala and GTK";
|
description = "Native Linux Design application built in Vala and GTK";
|
||||||
homepage = "https://github.com/akiraux/Akira";
|
homepage = "https://github.com/akiraux/Akira";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ filalex77 ] ++ pantheon.maintainers;
|
maintainers = with maintainers; [ filalex77 neonfuz ] ++ pantheon.maintainers;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user