volanta: 1.12.0 -> 1.12.4

This commit is contained in:
kyehn
2025-08-30 10:34:10 +08:00
parent 1522e2bf8a
commit 6d8948ed14
+3 -3
View File
@@ -9,11 +9,11 @@
}:
let
pname = "volanta";
version = "1.12.0";
build = "0e24f0ee";
version = "1.12.4";
build = "e745115c";
src = fetchurl {
url = "https://cdn.volanta.app/software/volanta-app/${version}-${build}/volanta-${version}.AppImage";
hash = "sha256-PwBnKR0oFMJtyPxpgDGlSDmcxY9wxhp2Un6mkRJIlfI=";
hash = "sha256-BfPfIeCJZLk2Lkr+8QWcDhpDNdPQbFt9cnH31uGSeBU=";
};
appImageContents = appimageTools.extract { inherit pname version src; };
in