volanta: 1.13.2 -> 1.13.3 (#446616)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-27 13:17:32 +00:00
committed by GitHub
+3 -3
View File
@@ -9,11 +9,11 @@
}:
let
pname = "volanta";
version = "1.13.2";
build = "946a5f81";
version = "1.13.3";
build = "cdb350c9";
src = fetchurl {
url = "https://cdn.volanta.app/software/volanta-app/${version}-${build}/volanta-${version}.AppImage";
hash = "sha256-kY+z/6G0XbnO5YctCSQobBG0mQee/ODKvh6sUg6H+ZU=";
hash = "sha256-0q0ShXqN1xA4+bKOX5jebUV+pDh+BNok5WZLLPrq0ks=";
};
appImageContents = appimageTools.extract { inherit pname version src; };
in