Skip to content

Commit 512ce1b

Browse files
halloy: 2025.1 -> 2025.2 (#383821)
Co-authored-by: hexadecimalDinosaur <[email protected]>
2 parents 4855fa9 + dd34c8e commit 512ce1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ha/halloy/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818

1919
rustPlatform.buildRustPackage rec {
2020
pname = "halloy";
21-
version = "2025.1";
21+
version = "2025.2";
2222

2323
src = fetchFromGitHub {
2424
owner = "squidowl";
2525
repo = "halloy";
2626
tag = version;
27-
hash = "sha256-QBuZFlZf9ORXJU9CXi0a7IQcmTqHgOi4Eqd5pKWdU1g=";
27+
hash = "sha256-ijSUGiAowxSqYwH3OxSWiGvm99n88ETJxAFn5x4m/BE=";
2828
};
2929

3030
useFetchCargoVendor = true;
31-
cargoHash = "sha256-+nNJPeQno6xTa42jBIaNWTzvoKWMSrfdCKBgMs1vPYU=";
31+
cargoHash = "sha256-j4lx3sSQZ7BKl+d5nFJQkMhgQWjn0xkNNCWMlbKLwVQ=";
3232

3333
nativeBuildInputs = [
3434
copyDesktopItems

0 commit comments

Comments
 (0)