Skip to content

Commit

Permalink
Merge pull request #327841 from r-ryantm/auto-update/tabiew
Browse files Browse the repository at this point in the history
tabiew: 0.4.1 -> 0.6.0
  • Loading branch information
wegank authored Jul 17, 2024
2 parents 1eaa60f + 1af4187 commit 3c5e005
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ta/tabiew/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "tabiew";
version = "0.4.1";
version = "0.6.0";

src = fetchFromGitHub {
owner = "shshemi";
repo = "tabiew";
rev = "v${version}";
hash = "sha256-/W6ffanDg+p0g5MFUEF9bjWmYPWjZeCGmHqbruju2hk=";
hash = "sha256-Sui2UX2EWXgtkU83tb2QP0EQCImAvWrR2dYkfXjqDdc=";
};

cargoHash = "sha256-dBk6lfUG7MFJCOdDt+LpkewnYS/awqCLPLUCFSyi5Y8=";
cargoHash = "sha256-QEuO5Jtv9xw9W2jI2g3pJENi/CQcFsC3PCc63v2Cd40=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 3c5e005

Please sign in to comment.