Merge pull request #294676 from r-ryantm/auto-update/halloy

halloy: 2024.2 -> 2024.3
This commit is contained in:
Fabian Affolter 2024-03-10 10:33:05 +01:00 committed by GitHub
commit a78f1b4cd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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