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.
1 parent 41da83c commit 4d4dcf3Copy full SHA for 4d4dcf3
pkgs/servers/irc/solanum/default.nix
@@ -16,13 +16,13 @@
16
17
stdenv.mkDerivation {
18
pname = "solanum";
19
- version = "0-unstable-2025-02-25";
+ version = "0-unstable-2025-05-11";
20
21
src = fetchFromGitHub {
22
owner = "solanum-ircd";
23
repo = "solanum";
24
- rev = "1669c6406cea5092f5ac25634136341a92c6373b";
25
- hash = "sha256-Y/fXtBgqzt9tRxL4Xs0KM9nX7Os9QBHBjoDuiaHOsfY=";
+ rev = "b3d3796e690ce2482c1365d99e3329d5587b75d5";
+ hash = "sha256-hRiBcX2KDAdtx4G3jJyQlLvhfUutHoy85Upni1RfOHY=";
26
};
27
28
patches = [
0 commit comments