Merge pull request #43460 from r-ryantm/auto-update/parity-ui

altcoins.parity-ui: 0.2.5 -> 0.2.8
This commit is contained in:
Frederik Rietdijk 2018-07-13 18:46:33 +02:00 committed by GitHub
commit 40988060d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@ uiEnv = pkgs.callPackage ./env.nix { };
in stdenv.mkDerivation rec {
name = "parity-ui-${version}";
version = "0.2.5";
version = "0.2.8";
src = fetchurl {
url = "https://github.com/parity-js/shell/releases/download/v${version}/parity-ui_${version}_amd64.deb";
sha256 = "1jk7ac6qqxs47hf16vhr94ix4wf51qzpm55q8h6wsx1lrgy1y3g6";
sha256 = "1nyarq73jdknhax68cq2i868sznghzj70kvk4ixypxnjb1q6a53a";
name = "${name}.deb";
};