Unverified Commit 0affe307 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

volanta: 1.17.2 -> 1.17.5 (#515130)

parents edfb9f6a 4195b238
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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