Unverified Commit e88873c9 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

tabiew: fix hash (#402547)

parents 268ec3b4 b0a85886
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;