kirimoto: 4.6.3 -> 4.7.0

This commit is contained in:
R. Ryantm
2026-05-25 02:24:12 +00:00
parent 68d9bb691b
commit 3fb9f6e816

View File

@@ -5,12 +5,12 @@
}:
let
version = "4.6.3";
version = "4.7.0";
pname = "kirimoto";
src = fetchurl {
url = "https://github.com/GridSpace/grid-apps/releases/download/${version}/KiriMoto-linux-x86_64.AppImage";
hash = "sha256-YCfDCR92xtwL3634iIMYf6IjkeqoWrF7/YNCwKSjnfs==";
hash = "sha256-bLeGDZzAzBVC4tTwcC8uDngqOEeJ/vyTJGre+EovOgs=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };