Skip to content

Commit 15ffca8

Browse files
committed
tuckr: 0.11.1 -> 0.11.2
1 parent 740ccec commit 15ffca8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/tu/tuckr/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "tuckr";
9-
version = "0.11.1";
9+
version = "0.11.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "RaphGL";
1313
repo = "Tuckr";
1414
rev = version;
15-
hash = "sha256-0ZPBJ2MNeoGCvYW6HswVZ5SyjZpdR21lp9ebceIhsfw=";
15+
hash = "sha256-EGoxM/dAKlIE/oYRH17VcGJNNaPJPDUW4tB6CG+eyFQ=";
1616
};
1717

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

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

0 commit comments

Comments
 (0)