volanta: 1.15.0 -> 1.15.2

This commit is contained in:
R. Ryantm
2026-01-25 02:46:56 +00:00
parent 26b0093bc9
commit 785a34ec01
+3 -3
View File
@@ -9,11 +9,11 @@
}:
let
pname = "volanta";
version = "1.15.0";
build = "1240645b";
version = "1.15.2";
build = "32c42adb";
src = fetchurl {
url = "https://cdn.volanta.app/software/volanta-app/${version}-${build}/volanta-${version}.AppImage";
hash = "sha256-6QF9o5BFeGZBjpusFMYrWlnYhAdItfxg+gS0Xf2q7io=";
hash = "sha256-2f6/zl+N3sZ6en50T8lo2EDMGi/sBk2SHKKBxm/oGQw=";
};
appImageContents = appimageTools.extract { inherit pname version src; };
in