summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/akira
diff options
context:
space:
mode:
authorSage Raflik <neonfuz@gmail.com>2020-09-14 16:13:38 -0500
committerSage Raflik <neonfuz@gmail.com>2020-09-14 16:31:11 -0500
commitde248c05cf69407cc48b442e1cdd9b1366123b2b (patch)
tree6172afff09bf4f5cc9db2d937a2f98a6f2a464a1 /pkgs/applications/graphics/akira
parent9d60354faee3ec42fccd724fa795ac2f64bef82d (diff)
akira: 2020-05-01 -> 0.0.13
Diffstat (limited to 'pkgs/applications/graphics/akira')
-rw-r--r--pkgs/applications/graphics/akira/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/akira/default.nix b/pkgs/applications/graphics/akira/default.nix
index 262c7b11f980..4038d653a3da 100644
--- a/pkgs/applications/graphics/akira/default.nix
+++ b/pkgs/applications/graphics/akira/default.nix
@@ -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;
};
}