Merge pull request #319266 from r-ryantm/auto-update/wl-mirror

wl-mirror: 0.16.2 -> 0.16.3
This commit is contained in:
Maximilian Bosch 2024-06-12 20:54:39 +00:00 committed by GitHub
commit 73ea05389f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;