wl-mirror: 0.18.3 -> 0.18.4 (#485989)

This commit is contained in:
Nick Cao
2026-02-02 23:00:18 +00:00
committed by GitHub
+2 -2
View File
@@ -31,13 +31,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "wl-mirror";
version = "0.18.3";
version = "0.18.4";
src = fetchFromGitHub {
owner = "Ferdi265";
repo = "wl-mirror";
rev = "v${finalAttrs.version}";
hash = "sha256-xj+CZPHeMAisOMB8mYSIc2jAa5iQD5pM+Stccq4gnak=";
hash = "sha256-vT4Z4iR3lIsK3gQyrbSGcK9PE/Uwa8cCFLuBI36xCTw=";
};
strictDeps = true;