tabiew: fix hash (#402547)

This commit is contained in:
Felix Bargfeldt
2025-05-01 02:20:14 +02:00
committed by GitHub
+2 -2
View File
@@ -11,8 +11,8 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "shshemi";
repo = "tabiew";
rev = "v${version}";
hash = "sha256-FDHK1tEioV7KxlYhPfF+MTub45f0G+ZPvbi0CMeMBOs=";
tag = "v${version}";
hash = "sha256-eGSlRFcSkQPXmnHQM81UYBokvH6dIn9EhrFbSfsJ22I=";
};
useFetchCargoVendor = true;