We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2708e99 + 15ffca8 commit 854bd9dCopy full SHA for 854bd9d
pkgs/by-name/tu/tuckr/package.nix
@@ -6,17 +6,17 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "tuckr";
9
- version = "0.11.1";
+ version = "0.11.2";
10
11
src = fetchFromGitHub {
12
owner = "RaphGL";
13
repo = "Tuckr";
14
rev = version;
15
- hash = "sha256-0ZPBJ2MNeoGCvYW6HswVZ5SyjZpdR21lp9ebceIhsfw=";
+ hash = "sha256-EGoxM/dAKlIE/oYRH17VcGJNNaPJPDUW4tB6CG+eyFQ=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-vgwO1N7FuqZaY+ShkQHmCEYwiKZRkkqDNAU7SnTg1rw=";
+ cargoHash = "sha256-ltlJhlvDP1cJqPG7US9h7qx+KA/5gudZUqULsxTVJbU=";
20
21
doCheck = false; # test result: FAILED. 5 passed; 3 failed;
22
0 commit comments