artisan: 4.0.0 -> 4.0.2

This commit is contained in:
R. Ryantm
2026-02-08 02:13:45 +00:00
parent e0658cba20
commit 25ef2dda03
+2 -2
View File
@@ -6,11 +6,11 @@
}:
let
pname = "artisan";
version = "4.0.0";
version = "4.0.2";
src = fetchurl {
url = "https://github.com/artisan-roaster-scope/artisan/releases/download/v${version}/${pname}-linux-${version}.AppImage";
hash = "sha256-Oe671eWyiQtddCZM8dydh/YldNRV7qmdA7lwQhE9sag=";
hash = "sha256-KmjqM3gYpxxjEBaXjF5zvL8bgfgD8IKvAX0xYf29J48=";
};
appimageContents = appimageTools.extract {