tabiew: fix hash

It seems tabiew replaced their tag 0.9.0 with the following commit,
which invalidates the current hash.
Originally the tag pointed at c5b506231f562be62f6cf57c0090045b93a1aa1d,
now it points at ce3037dbc0a7b72117f9482a09aee0555f400d24.
This commit is contained in:
Anton Mosich
2025-04-28 15:56:34 +02:00
parent d35f5a8818
commit b0a858864a
+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;