kirimoto: 4.6.3 -> 4.7.0 (#523849)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-25 10:01:50 +00:00
committed by GitHub
+2 -2
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; };