Skip to content

Commit

Permalink
tuckr: 0.10.0 -> 0.10.1 (#369301)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 4, 2025
2 parents 3946f07 + 4936c8c commit bd45e92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/tu/tuckr/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "tuckr";
version = "0.10.0";
version = "0.10.1";

src = fetchFromGitHub {
owner = "RaphGL";
repo = "Tuckr";
rev = version;
hash = "sha256-JxXFz7ijCQktpYrwBA8ajvZj3gRloO/cAOo4wskF70o=";
hash = "sha256-1hF8zZYkvNYA0bDgvu+zsfcT/8MF8HTiTHpYfOxXljA=";
};

cargoHash = "sha256-mGBsQd3yiwuAH3KHtAsLx0ai3ui2EUaf9SW+czvo9vE=";
cargoHash = "sha256-QRZsP9OW0oj4PuQNZ1wzvhp9guZ5K3k6WolxzEPUQKw=";

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

Expand Down

0 comments on commit bd45e92

Please sign in to comment.