mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 14:09:17 +03:00
hextazy: fix src hash
This commit is contained in:
parent
1782e6360d
commit
1fbf90ecce
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "0xfalafel";
|
owner = "0xfalafel";
|
||||||
repo = "hextazy";
|
repo = "hextazy";
|
||||||
rev = "${version}";
|
tag = version;
|
||||||
hash = "sha256-EdcUAYT/3mvoak+6HIV6z0jvFTyjuS7WpT2kivQKpyg=";
|
hash = "sha256-6G0mD55BLMfqpgz1wtQBsAfGKlRcVEYJAPQJ3z8Yxnw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue