artisan: 3.1.2 -> 3.1.4

Diff: https://github.com/artisan-roaster-scope/artisan/compare/v3.1.2...v3.1.4
This commit is contained in:
Kenichi Kamiya 2025-05-02 22:32:25 +09:00
parent 42190cb7a7
commit b526c6ef88
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB

View File

@ -6,11 +6,11 @@
}:
let
pname = "artisan";
version = "3.1.2";
version = "3.1.4";
src = fetchurl {
url = "https://github.com/artisan-roaster-scope/artisan/releases/download/v${version}/${pname}-linux-${version}.AppImage";
hash = "sha256-HwzTxuE7aRuXrI7BbySFgYGu74uw3JyBs91iPNGT2Jg=";
hash = "sha256-GU9DCAIMioPRUC1IDu8SbhD802pWEH7MlALnQH+Y4oU=";
};
appimageContents = appimageTools.extract {