artisan: 3.1.0 -> 3.1.2 (#403071)

Co-authored-by: Bohreromir <Bohreromir@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-01 13:28:06 +00:00
committed by GitHub
co-authored by Bohreromir
+2 -2
View File
@@ -5,11 +5,11 @@
}:
let
pname = "artisan";
version = "3.1.0";
version = "3.1.2";
src = fetchurl {
url = "https://github.com/artisan-roaster-scope/artisan/releases/download/v${version}/${pname}-linux-${version}.AppImage";
hash = "sha256-PkrqX2CflSCR1e+4Y4K12iuCrYqDMecD1vf8GKz1StQ=";
hash = "sha256-HwzTxuE7aRuXrI7BbySFgYGu74uw3JyBs91iPNGT2Jg=";
};
appimageContents = appimageTools.extract {