wl-mirror: 0.16.5 -> 0.17.0 (#360295)

This commit is contained in:
Wolfgang Walther
2024-12-08 14:06:10 +01:00
committed by GitHub
+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;