wagyu: update tag to disambiguate revision

This commit is contained in:
Theodore Ni 2023-07-04 00:15:46 -07:00
parent 366c42ffb0
commit 1a6370f64c
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -5,19 +5,19 @@ rustPlatform.buildRustPackage rec {
version = "0.6.1";
src = fetchFromGitHub {
owner = "ArgusHQ";
owner = "AleoHQ";
repo = pname;
rev = "v${version}";
sha256 = "1646j0lgg3hhznifvbkvr672p3yqlcavswijawaxq7n33ll8vmcn";
rev = "refs/tags/v${version}";
hash = "sha256-ltWNKB3DHtwVVzJyvRWj2I8rjsl7ru2i/RCO9yiQhpg=";
};
cargoSha256 = "10al0j8ak95x4d85lzphgq8kmdnb809l6gahfp5miyvsfd4dxmpi";
cargoHash = "sha256-8dbeSHN6+1jLdVA9QxNAy7Y6EX7wflpQI72kqZAEVIE=";
buildInputs = lib.optional stdenv.isDarwin Security;
meta = with lib; {
description = "Rust library for generating cryptocurrency wallets";
homepage = "https://github.com/ArgusHQ/wagyu";
homepage = "https://github.com/AleoHQ/wagyu";
license = with licenses; [ mit asl20 ];
maintainers = [ maintainers.offline ];
};