wl-mirror: 0.16.2 -> 0.16.3

This commit is contained in:
R. Ryantm 2024-06-12 07:57:13 +00:00
parent c9c6f48c47
commit 74b09b094c

View File

@ -28,13 +28,13 @@ in
stdenv.mkDerivation rec {
pname = "wl-mirror";
version = "0.16.2";
version = "0.16.3";
src = fetchFromGitHub {
owner = "Ferdi265";
repo = "wl-mirror";
rev = "v${version}";
hash = "sha256-srGqMqkkdJzcxN2sNToqDw/6B4OirlmKW1MXt1Nmvsk=";
hash = "sha256-/ZxTFr5Mmg1UoJikweGJThREgutKCF0C5IwxEZ3bv7Q=";
};
strictDeps = true;