Skip to content

Commit b0a8588

Browse files
committed
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.
1 parent d35f5a8 commit b0a8588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ta/tabiew/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ rustPlatform.buildRustPackage rec {
1111
src = fetchFromGitHub {
1212
owner = "shshemi";
1313
repo = "tabiew";
14-
rev = "v${version}";
15-
hash = "sha256-FDHK1tEioV7KxlYhPfF+MTub45f0G+ZPvbi0CMeMBOs=";
14+
tag = "v${version}";
15+
hash = "sha256-eGSlRFcSkQPXmnHQM81UYBokvH6dIn9EhrFbSfsJ22I=";
1616
};
1717

1818
useFetchCargoVendor = true;

0 commit comments

Comments
 (0)