wl-mirror: 0.18.4 -> 0.18.5

This commit is contained in:
R. Ryantm
2026-02-17 11:55:15 +00:00
parent 5df18a3c8a
commit 50a2c7301a
+2 -2
View File
@@ -31,13 +31,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "wl-mirror";
version = "0.18.4";
version = "0.18.5";
src = fetchFromGitHub {
owner = "Ferdi265";
repo = "wl-mirror";
rev = "v${finalAttrs.version}";
hash = "sha256-vT4Z4iR3lIsK3gQyrbSGcK9PE/Uwa8cCFLuBI36xCTw=";
hash = "sha256-KUS0mN9JpLFBDeztzn+3NnJWQZSDZjeqKTFwhRJf+hI=";
};
strictDeps = true;