From 2c3575d7fe0bf4a6a501dcffbb8a5659bd4e06bb Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Fri, 8 Jun 2018 15:43:56 -0700 Subject: altcoins.parity-ui: 0.2.1 -> 0.2.5 (#41533) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/parity-ui/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/2aph1kzcjppfld8ynp0ks7r4w6ghh1ir-parity-ui-0.2.5/bin/parity-ui had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 0.2.5 with grep in /nix/store/2aph1kzcjppfld8ynp0ks7r4w6ghh1ir-parity-ui-0.2.5 - directory tree listing: https://gist.github.com/c69e2d05d926decf9c0435e7ed94fab9 - du listing: https://gist.github.com/8a81380e0a3c16f2804599e811b3c336 --- pkgs/applications/altcoins/parity-ui/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/altcoins/parity-ui') diff --git a/pkgs/applications/altcoins/parity-ui/default.nix b/pkgs/applications/altcoins/parity-ui/default.nix index 316c1fa3701d..33e72125c6bd 100644 --- a/pkgs/applications/altcoins/parity-ui/default.nix +++ b/pkgs/applications/altcoins/parity-ui/default.nix @@ -6,11 +6,11 @@ uiEnv = pkgs.callPackage ./env.nix { }; in stdenv.mkDerivation rec { name = "parity-ui-${version}"; - version = "0.2.1"; + version = "0.2.5"; src = fetchurl { url = "https://github.com/parity-js/shell/releases/download/v${version}/parity-ui_${version}_amd64.deb"; - sha256 = "08gh438mqxj2h8i9hv826bx040wmkmdgsda5grj0k81459vds31l"; + sha256 = "1jk7ac6qqxs47hf16vhr94ix4wf51qzpm55q8h6wsx1lrgy1y3g6"; name = "${name}.deb"; }; -- cgit 1.4.1