wagyu: update tag to disambiguate revision
This commit is contained in:
parent
366c42ffb0
commit
1a6370f64c
1 changed files with 5 additions and 5 deletions
|
@ -5,19 +5,19 @@ rustPlatform.buildRustPackage rec {
|
||||||
version = "0.6.1";
|
version = "0.6.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ArgusHQ";
|
owner = "AleoHQ";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "1646j0lgg3hhznifvbkvr672p3yqlcavswijawaxq7n33ll8vmcn";
|
hash = "sha256-ltWNKB3DHtwVVzJyvRWj2I8rjsl7ru2i/RCO9yiQhpg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "10al0j8ak95x4d85lzphgq8kmdnb809l6gahfp5miyvsfd4dxmpi";
|
cargoHash = "sha256-8dbeSHN6+1jLdVA9QxNAy7Y6EX7wflpQI72kqZAEVIE=";
|
||||||
|
|
||||||
buildInputs = lib.optional stdenv.isDarwin Security;
|
buildInputs = lib.optional stdenv.isDarwin Security;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Rust library for generating cryptocurrency wallets";
|
description = "Rust library for generating cryptocurrency wallets";
|
||||||
homepage = "https://github.com/ArgusHQ/wagyu";
|
homepage = "https://github.com/AleoHQ/wagyu";
|
||||||
license = with licenses; [ mit asl20 ];
|
license = with licenses; [ mit asl20 ];
|
||||||
maintainers = [ maintainers.offline ];
|
maintainers = [ maintainers.offline ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue