kirimoto: 4.7.0 -> 4.7.1

This commit is contained in:
R. Ryantm
2026-06-22 03:06:54 +00:00
parent 6e7f01b46b
commit 71dfc7cb6f
+2 -2
View File
@@ -5,12 +5,12 @@
}:
let
version = "4.7.0";
version = "4.7.1";
pname = "kirimoto";
src = fetchurl {
url = "https://github.com/GridSpace/grid-apps/releases/download/${version}/KiriMoto-linux-x86_64.AppImage";
hash = "sha256-bLeGDZzAzBVC4tTwcC8uDngqOEeJ/vyTJGre+EovOgs=";
hash = "sha256-qFvPuzoH/QsOA4WgBTn5t8Pkto3Sg5h+VSmFn7aEtR8=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };