artisan: 3.1.4 -> 3.2.0

This commit is contained in:
R. Ryantm
2025-07-17 09:34:57 +00:00
parent 558243f925
commit d8d493dee8
+2 -2
View File
@@ -6,11 +6,11 @@
}:
let
pname = "artisan";
version = "3.1.4";
version = "3.2.0";
src = fetchurl {
url = "https://github.com/artisan-roaster-scope/artisan/releases/download/v${version}/${pname}-linux-${version}.AppImage";
hash = "sha256-GU9DCAIMioPRUC1IDu8SbhD802pWEH7MlALnQH+Y4oU=";
hash = "sha256-p8M9Z0z/0unJPOLXVOnN8INO4v0D5Ojjug42xT77oqQ=";
};
appimageContents = appimageTools.extract {