halloy: 2024.2 -> 2024.3

This commit is contained in:
R. Ryantm 2024-03-10 08:46:53 +00:00
parent aea1b82709
commit 0748352130

View file

@ -15,13 +15,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "halloy"; pname = "halloy";
version = "2024.2"; version = "2024.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "squidowl"; owner = "squidowl";
repo = "halloy"; repo = "halloy";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-SzjMoXISd4fMHoenF1CK3Yn8bfLq9INuOmt86QTcgk8="; hash = "sha256-9yEkM65c8R71oQ0C54xZqwRh609+HSaq4Hb8izNM52A=";
}; };
cargoLock = { cargoLock = {