We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4855fa9 + dd34c8e commit 512ce1bCopy full SHA for 512ce1b
pkgs/by-name/ha/halloy/package.nix
@@ -18,17 +18,17 @@
18
19
rustPlatform.buildRustPackage rec {
20
pname = "halloy";
21
- version = "2025.1";
+ version = "2025.2";
22
23
src = fetchFromGitHub {
24
owner = "squidowl";
25
repo = "halloy";
26
tag = version;
27
- hash = "sha256-QBuZFlZf9ORXJU9CXi0a7IQcmTqHgOi4Eqd5pKWdU1g=";
+ hash = "sha256-ijSUGiAowxSqYwH3OxSWiGvm99n88ETJxAFn5x4m/BE=";
28
};
29
30
useFetchCargoVendor = true;
31
- cargoHash = "sha256-+nNJPeQno6xTa42jBIaNWTzvoKWMSrfdCKBgMs1vPYU=";
+ cargoHash = "sha256-j4lx3sSQZ7BKl+d5nFJQkMhgQWjn0xkNNCWMlbKLwVQ=";
32
33
nativeBuildInputs = [
34
copyDesktopItems
0 commit comments