wl-mirror: 0.18.1 -> 0.18.2

This commit is contained in:
R. Ryantm 2025-05-06 06:57:03 +00:00
parent 5a837cb866
commit d6ffa3e779

View File

@ -31,13 +31,13 @@ in
stdenv.mkDerivation rec {
pname = "wl-mirror";
version = "0.18.1";
version = "0.18.2";
src = fetchFromGitHub {
owner = "Ferdi265";
repo = "wl-mirror";
rev = "v${version}";
hash = "sha256-kaWzcXXXHNCOHJvb2wpil+Jcqm/cF5JV3IhvDC67YeU=";
hash = "sha256-1R8jMDPprTeLt98iALC5l1mdW1U2yKGVtncXGatM8Vg=";
};
strictDeps = true;