halloy: 2024.12 -> 2024.14

This commit is contained in:
famfo
2024-12-20 00:36:15 +01:00
parent 5272a9b875
commit 45e4bbb3b8
+2 -2
View File
@@ -18,13 +18,13 @@
rustPlatform.buildRustPackage rec {
pname = "halloy";
version = "2024.12";
version = "2024.14";
src = fetchFromGitHub {
owner = "squidowl";
repo = "halloy";
rev = "refs/tags/${version}";
hash = "sha256-NEm6qsU/Kes1rtNCsEauShpJZzrhBtOqo70uzrWpYtE=";
hash = "sha256-Tns0Jd5v+lizU7NMVqS/hoqjHhmqrc9VVawjoZvhk78=";
};
useFetchCargoVendor = true;