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

wl-mirror: 0.16.4 -> 0.16.5
This commit is contained in:
Nick Cao 2024-07-19 18:32:46 -04:00 committed by GitHub
commit 0c6348c857
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.4";
version = "0.16.5";
src = fetchFromGitHub {
owner = "Ferdi265";
repo = "wl-mirror";
rev = "v${version}";
hash = "sha256-a/wBHfLQf2RTd6FsiScewm+KOPyCrS/IaJDsi6+zJfI=";
hash = "sha256-LafG2VEs7j4JwHayoT5euMp08RgSzk+HbfhCr6CX9OE=";
};
strictDeps = true;