Unverified Commit b0a85886 authored by Anton Mosich's avatar Anton Mosich
Browse files

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.
parent d35f5a88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;