Skip to content

Commit

Permalink
akira: 2020-05-01 -> 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
neonfuz committed Sep 14, 2020
1 parent 9d60354 commit de248c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/graphics/akira/default.nix
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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;
};
}

0 comments on commit de248c0

Please sign in to comment.