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 5bd1c9f commit db30a85Copy full SHA for db30a85
pkgs/servers/irc/solanum/default.nix
@@ -16,13 +16,13 @@
16
17
stdenv.mkDerivation {
18
pname = "solanum";
19
- version = "0-unstable-2025-05-11";
+ version = "0-unstable-2025-05-21";
20
21
src = fetchFromGitHub {
22
owner = "solanum-ircd";
23
repo = "solanum";
24
- rev = "b3d3796e690ce2482c1365d99e3329d5587b75d5";
25
- hash = "sha256-hRiBcX2KDAdtx4G3jJyQlLvhfUutHoy85Upni1RfOHY=";
+ rev = "6ac284622813f4f64fa8e0bf905c4b35d244b343";
+ hash = "sha256-rUdxAjH1cvfCYQmt3DKWbxL4bctjhSn4pMl1TzLdL6g=";
26
};
27
28
patches = [
0 commit comments