Fabian Affolter
2026-05-08 16:27:35 +02:00
parent 95f49df35e
commit 45de457e57
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "appimage";
version = "1.0.0";
version = "1.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ssh-mitm";
repo = "appimage";
tag = version;
hash = "sha256-d8LwZ4iZ+fwFaBP/IFoKImI/TsYtVD0rllbYN9XP/es=";
hash = "sha256-aL0JcA6R2FUMcXykbXaSaUEz1ERs3iKh4c0cbRAClSY=";
};
build-system = [ hatchling ];