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

wl-mirror: 0.16.3 -> 0.16.4
This commit is contained in:
Maximilian Bosch
2024-07-01 18:09:54 +00:00
committed by GitHub
+2 -2
View File
@@ -28,13 +28,13 @@ in
stdenv.mkDerivation rec {
pname = "wl-mirror";
version = "0.16.3";
version = "0.16.4";
src = fetchFromGitHub {
owner = "Ferdi265";
repo = "wl-mirror";
rev = "v${version}";
hash = "sha256-/ZxTFr5Mmg1UoJikweGJThREgutKCF0C5IwxEZ3bv7Q=";
hash = "sha256-a/wBHfLQf2RTd6FsiScewm+KOPyCrS/IaJDsi6+zJfI=";
};
strictDeps = true;