Skip to content

Commit 6556932

Browse files
tabiew: 0.8.2 -> 0.8.4 (#384964)
Co-authored-by: 0x61nas <[email protected]>
2 parents 339c24e + 1f45c9e commit 6556932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ta/tabiew/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 = "tabiew";
9-
version = "0.8.2";
9+
version = "0.8.4";
1010

1111
src = fetchFromGitHub {
1212
owner = "shshemi";
1313
repo = "tabiew";
1414
rev = "v${version}";
15-
hash = "sha256-bYmHFH39DYtv7AbKTteiAiRyzTJXzBHmQ/Mu/oEQ3fI=";
15+
hash = "sha256-0lg5HYHFjJktpPI4SWBPtHC2DOuLhOnnPr3aZ6OZsDU=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-JECqyR+ONiotJhKv3AJv1JfFtP2XBECqmvXTc1kNL20=";
19+
cargoHash = "sha256-mVYC+L3iEzeNUl75SioWH82ayD4mzOf0Dr53MJhFQcQ=";
2020

2121
nativeBuildInputs = [ installShellFiles ];
2222

0 commit comments

Comments
 (0)