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