Unverified Commit 854bd9d8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

tuckr: 0.11.1 -> 0.11.2 (#406647)

parents 2708e994 15ffca80
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@

rustPlatform.buildRustPackage rec {
  pname = "tuckr";
  version = "0.11.1";
  version = "0.11.2";

  src = fetchFromGitHub {
    owner = "RaphGL";
    repo = "Tuckr";
    rev = version;
    hash = "sha256-0ZPBJ2MNeoGCvYW6HswVZ5SyjZpdR21lp9ebceIhsfw=";
    hash = "sha256-EGoxM/dAKlIE/oYRH17VcGJNNaPJPDUW4tB6CG+eyFQ=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-vgwO1N7FuqZaY+ShkQHmCEYwiKZRkkqDNAU7SnTg1rw=";
  cargoHash = "sha256-ltlJhlvDP1cJqPG7US9h7qx+KA/5gudZUqULsxTVJbU=";

  doCheck = false; # test result: FAILED. 5 passed; 3 failed;