wl-mirror: 0.16.5 -> 0.17.0

This commit is contained in:
R. Ryantm
2024-11-30 03:37:30 +00:00
parent 836aba1612
commit a0bf19172c
+2 -2
View File
@@ -28,13 +28,13 @@ in
stdenv.mkDerivation rec {
pname = "wl-mirror";
version = "0.16.5";
version = "0.17.0";
src = fetchFromGitHub {
owner = "Ferdi265";
repo = "wl-mirror";
rev = "v${version}";
hash = "sha256-LafG2VEs7j4JwHayoT5euMp08RgSzk+HbfhCr6CX9OE=";
hash = "sha256-E8mbCMfmN3key1W3m8YbH1wKa56yESiXujACfKFS/+s=";
};
strictDeps = true;