lol

balanceofsatoshis: 15.8.15 -> 19.4.10 (#388209)

authored by

Donovan Glover and committed by
GitHub
38f45de4 ecde26c0

+5 -16
+5 -16
pkgs/by-name/ba/balanceofsatoshis/package.nix
··· 2 2 lib, 3 3 buildNpmPackage, 4 4 fetchFromGitHub, 5 - installShellFiles, 6 5 python3, 7 6 }: 8 7 9 8 buildNpmPackage rec { 10 9 pname = "balanceofsatoshis"; 11 - version = "15.8.15"; 10 + version = "19.4.10"; 12 11 13 12 src = fetchFromGitHub { 14 13 owner = "alexbosworth"; 15 14 repo = "balanceofsatoshis"; 16 - rev = "v${version}"; 17 - hash = "sha256-8GWITeFn7ELUH7bxcNlmQvgperQutBwVUhp2yjeEWrM="; 15 + tag = "v${version}"; 16 + hash = "sha256-WJuxe3k8ZLlkB5SpvE1DSyxQsc5bYEKVsM8tt5vdYOU="; 18 17 }; 19 18 20 - npmDepsHash = "sha256-lTXv4pEjrzcOK68RO1K007r7dCbAyc45G8Oy8V3XLts="; 19 + npmDepsHash = "sha256-dsWYUCPbiF/L3RcdcaWVn6TnU1/XMy9l7eQgHrBYW4o="; 21 20 22 - nativeBuildInputs = [ 23 - installShellFiles 24 - python3 25 - ]; 21 + nativeBuildInputs = [ python3 ]; 26 22 27 23 dontNpmBuild = true; 28 24 29 25 npmFlags = [ "--ignore-scripts" ]; 30 - 31 - postInstall = '' 32 - installShellCompletion --cmd bos \ 33 - --bash <($out/bin/bos completion bash) \ 34 - --zsh <($out/bin/bos completion zsh) \ 35 - --fish <($out/bin/bos completion fish) 36 - ''; 37 26 38 27 meta = { 39 28 changelog = "https://github.com/alexbosworth/balanceofsatoshis/blob/${src.rev}/CHANGELOG.md";