reaction: 2.2.0 -> 2.2.1

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2025-10-07 01:52:17 +02:00
parent 09c221b2f0
commit 551496cdbd

View File

@@ -7,17 +7,17 @@
}: }:
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "reaction"; pname = "reaction";
version = "2.2.0"; version = "2.2.1";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "framagit.org"; domain = "framagit.org";
owner = "ppom"; owner = "ppom";
repo = "reaction"; repo = "reaction";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-TVxBW47GqnfP8K8ZcjSR0P84dnb8Z5c3o11Ql5wsvLg="; hash = "sha256-81i0bkrf86adQWxeZgIoZp/zQQbRJwPqQqZci0ANRFw=";
}; };
cargoHash = "sha256-ACacxDbJjbv7sP1D0wO6vjCVhlPui1ogXZKxY5l+3JU="; cargoHash = "sha256-Bf9XmlY0IMPY4Convftd0Hv8mQbYoiE8WrkkAeaS6Z8=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles