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

volanta: 1.16.3 -> 1.16.4 (#507005)

parents 9b58f20b c641048f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@
}:
let
  pname = "volanta";
  version = "1.16.3";
  build = "581a1e68";
  version = "1.16.4";
  build = "af311390";
  src = fetchurl {
    url = "https://cdn.volanta.app/software/volanta-app/${version}-${build}/volanta-${version}.AppImage";
    hash = "sha256-5187tE37dRyqjBa8P0Jwio2lBd8qd+tEZgl/98nGQy8=";
    hash = "sha256-KLbScB7yaFbSdoR1piQppK33Lsvlfamb+MVvESrFqAA=";
  };
  appImageContents = appimageTools.extract { inherit pname version src; };
in