Skip to content

Commit

Permalink
hatsu: 0.3.0-beta.1 -> 0.3.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Sep 15, 2024
1 parent 0cad787 commit 8b7beb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/hatsu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "hatsu";
version = "0.3.0-beta.1";
version = "0.3.0-beta.4";

src = fetchFromGitHub {
owner = "importantimport";
repo = "hatsu";
rev = "v${version}";
hash = "sha256-IzQVQ5wk6mAPGCDBjnLKYJ7/7vw0Hsj07lg89RbAk28=";
hash = "sha256-UKrnFI79+SHSqAlUWQiAMrTT+Nu+YwG77YGa8dHNPgY=";
};

cargoHash = "sha256-8wsvmzv3gCxKClweku4VVRnX1gI2CTvJHfnaABVsj/Q=";
cargoHash = "sha256-DSYj1lCO2ll14ysykRiZ5NQIiAKwKYqVMwCCUENJ0Rc=";

meta = {
description = "Self-hosted and fully-automated ActivityPub bridge for static sites";
Expand Down

0 comments on commit 8b7beb0

Please sign in to comment.