volanta: 1.17.2 -> 1.17.5 (#515130)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-30 19:39:07 +00:00
committed by GitHub
+3 -3
View File
@@ -9,11 +9,11 @@
}:
let
pname = "volanta";
version = "1.17.2";
build = "a6e78d57";
version = "1.17.5";
build = "e5b83597";
src = fetchurl {
url = "https://cdn.volanta.app/software/volanta-app/${version}-${build}/volanta-${version}.AppImage";
hash = "sha256-2LqKo2xv6EzyG1CbJeb/VX4Cv7Gey7G25QsPOk9x5MM=";
hash = "sha256-hCHPpY/zU7gPHbCq8peOaaTzH93K14ZRIvGSihP0k3w=";
};
appImageContents = appimageTools.extract { inherit pname version src; };
in