about summary refs log tree commit diff
path: root/pkgs/applications/altcoins/parity-ui
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-08 15:43:56 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-09 00:43:56 +0200
commit2c3575d7fe0bf4a6a501dcffbb8a5659bd4e06bb (patch)
tree0f1d0df6d83e240d1518c0f00542eeb593aca9a5 /pkgs/applications/altcoins/parity-ui
parentf67f46cca6ee6ccf411d765db68043c5d9d722af (diff)
downloadnixlib-2c3575d7fe0bf4a6a501dcffbb8a5659bd4e06bb.tar
nixlib-2c3575d7fe0bf4a6a501dcffbb8a5659bd4e06bb.tar.gz
nixlib-2c3575d7fe0bf4a6a501dcffbb8a5659bd4e06bb.tar.bz2
nixlib-2c3575d7fe0bf4a6a501dcffbb8a5659bd4e06bb.tar.lz
nixlib-2c3575d7fe0bf4a6a501dcffbb8a5659bd4e06bb.tar.xz
nixlib-2c3575d7fe0bf4a6a501dcffbb8a5659bd4e06bb.tar.zst
nixlib-2c3575d7fe0bf4a6a501dcffbb8a5659bd4e06bb.zip
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
Diffstat (limited to 'pkgs/applications/altcoins/parity-ui')
-rw-r--r--pkgs/applications/altcoins/parity-ui/default.nix4
1 files changed, 2 insertions, 2 deletions
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";
   };