hextazy: fix src hash

This commit is contained in:
Martin Weinelt 2025-05-17 19:48:46 +02:00
parent 1782e6360d
commit 1fbf90ecce
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -11,8 +11,8 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "0xfalafel";
repo = "hextazy";
rev = "${version}";
hash = "sha256-EdcUAYT/3mvoak+6HIV6z0jvFTyjuS7WpT2kivQKpyg=";
tag = version;
hash = "sha256-6G0mD55BLMfqpgz1wtQBsAfGKlRcVEYJAPQJ3z8Yxnw=";
};
useFetchCargoVendor = true;