halloy: 2025.1 -> 2025.2

This commit is contained in:
R. Ryantm
2025-02-21 02:11:50 +00:00
parent ce48a09129
commit dd34c8e8bc
+3 -3
View File
@@ -18,17 +18,17 @@
rustPlatform.buildRustPackage rec {
pname = "halloy";
version = "2025.1";
version = "2025.2";
src = fetchFromGitHub {
owner = "squidowl";
repo = "halloy";
tag = version;
hash = "sha256-QBuZFlZf9ORXJU9CXi0a7IQcmTqHgOi4Eqd5pKWdU1g=";
hash = "sha256-ijSUGiAowxSqYwH3OxSWiGvm99n88ETJxAFn5x4m/BE=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-+nNJPeQno6xTa42jBIaNWTzvoKWMSrfdCKBgMs1vPYU=";
cargoHash = "sha256-j4lx3sSQZ7BKl+d5nFJQkMhgQWjn0xkNNCWMlbKLwVQ=";
nativeBuildInputs = [
copyDesktopItems