Skip to content

Commit

Permalink
spark-wallet: 0.2.17 -> 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nixbitcoin committed Nov 9, 2021
1 parent 3f844c0 commit f739bc5
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 204 deletions.
11 changes: 5 additions & 6 deletions pkgs/spark-wallet/composition.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# This file has been generated by node2nix 1.8.0. Do not edit!
# This file has been generated by node2nix 1.9.0. Do not edit!

{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-10_x"}:

let
nodeEnv = import "${toString pkgs.path}/pkgs/development/node-packages/node-env.nix" {
inherit pkgs;
inherit (pkgs) lib stdenv python2 runCommand writeTextFile;
inherit nodejs;
inherit (pkgs) stdenv lib python2 runCommand writeTextFile;
inherit pkgs nodejs;
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
};
in
import ./node-packages.nix {
inherit (pkgs) fetchurl fetchgit;
inherit (pkgs) fetchurl nix-gitignore stdenv lib fetchgit;
inherit nodeEnv;
}
}
2 changes: 1 addition & 1 deletion pkgs/spark-wallet/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TMPDIR="$(mktemp -d -p /tmp)"
trap "rm -rf $TMPDIR" EXIT

# Get/verify spark-wallet-npm.tgz
version="0.2.17"
version="0.3.1"
export GNUPGHOME=$TMPDIR
gpg --keyserver hkps://keyserver.ubuntu.com --recv-key FCF19B67866562F08A43AAD681F6104CD0F150FC
wget -P $TMPDIR https://github.com/shesek/spark-wallet/releases/download/v${version}/SHA256SUMS.asc
Expand Down
Loading

0 comments on commit f739bc5

Please sign in to comment.