atomic-swap: 0.4.2 -> 0.4.3
This commit is contained in:
parent
97aff078de
commit
dad9f6fa02
1 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
||||||
{ lib, buildGo120Module, fetchFromGitHub, nix-update-script, makeWrapper, monero-cli }:
|
{ lib, buildGoModule, fetchFromGitHub, nix-update-script, makeWrapper, monero-cli }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "atomic-swap";
|
pname = "atomic-swap";
|
||||||
version = "0.4.2";
|
version = "0.4.3";
|
||||||
buildGoModule = buildGo120Module;
|
|
||||||
in
|
in
|
||||||
buildGoModule {
|
buildGoModule {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -12,10 +11,10 @@ buildGoModule {
|
||||||
owner = "AthanorLabs";
|
owner = "AthanorLabs";
|
||||||
repo = "atomic-swap";
|
repo = "atomic-swap";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-JnbKaGmpTDwQMSDR4Y8Q2JTtuQV5GGuovxeIYs0KgQI=";
|
hash = "sha256-MOylUZ6BrvlxUrsZ5gg3JzW9ROG5UXeGhq3YoPZKdHs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-acBnXGy1kVBwB+j8VqGyinabnI/boTtbFNyjE6EHVes=";
|
vendorHash = "sha256-fGQ6MI+3z7wRL0y7AUERVtN0V2rcRa+vqeB8+3FMzzc=";
|
||||||
|
|
||||||
subPackages = [
|
subPackages = [
|
||||||
"cmd/swapcli"
|
"cmd/swapcli"
|
||||||
|
|
Loading…
Reference in a new issue