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

volanta: 1.13.2 -> 1.13.3 (#446616)

parents 9dc59f73 5b831bc1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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