mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
altcoins.parity-ui: 0.2.5 -> 0.2.8
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.
This commit is contained in:
parent
2698bb461f
commit
a0fcf2c54c
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue