libmowgli: fast-forward to latest commit

Atheme/libmowgli are not doing release any more.
This commit is contained in:
Martin Weinelt
2026-05-29 23:56:15 +02:00
parent 069e9f40ed
commit 7de9db868d
+8 -3
View File
@@ -2,17 +2,22 @@
lib,
stdenv,
fetchFromGitHub,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "libmowgli";
version = "2.1.3";
version = "2.1.3-unstable-2024-04-01";
src = fetchFromGitHub {
owner = "atheme";
repo = "libmowgli-2";
rev = "v${finalAttrs.version}";
sha256 = "sha256-jlw6ixMoIdIjmQ86N+KN+Gez218sw894POkcCYnT0s0=";
rev = "878f7e931b55d36e2e1b27807f7a620cbb0577d8";
hash = "sha256-Ik0GDsC0vEFNW/s10u+kNubqVh95ZqXb2I5W9iyU1z4=";
};
passthru.updateScript = nix-update-script {
extraArgs = [ "--version=branch" ];
};
meta = {