Skip to content

Commit

Permalink
altcoins.parity-ui: 0.1.1 -> 0.2.1 (#40647)
Browse files Browse the repository at this point in the history
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/11bn5brs3infc88fhfcxq5zhy8p1fsg3-parity-ui-0.2.1/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.1 with grep in /nix/store/11bn5brs3infc88fhfcxq5zhy8p1fsg3-parity-ui-0.2.1
- directory tree listing: https://gist.github.com/1087da639a875b39e9704339efd4a70c
- du listing: https://gist.github.com/d17a3cbf1828838b4d0115d801e376c0
  • Loading branch information
r-ryantm authored and xeji committed May 22, 2018
1 parent e99a4c4 commit 214292b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/altcoins/parity-ui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ uiEnv = pkgs.callPackage ./env.nix { };

in stdenv.mkDerivation rec {
name = "parity-ui-${version}";
version = "0.1.1";
version = "0.2.1";

src = fetchurl {
url = "https://github.com/parity-js/shell/releases/download/v${version}/parity-ui_${version}_amd64.deb";
sha256 = "1jym6q63m5f4xm06dxiiabhbqnr0hysf2d3swysncs5hg6w00lh3";
sha256 = "08gh438mqxj2h8i9hv826bx040wmkmdgsda5grj0k81459vds31l";
name = "${name}.deb";
};

Expand Down

0 comments on commit 214292b

Please sign in to comment.