libjaylink: Use tag parameter instead of rev

Version tags are used. So switch to the tag parameter.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2025-02-18 08:22:27 +01:00
committed by Bjørn Forsman
parent a7b402270d
commit d30e3755f3
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
domain = "gitlab.zapb.de";
owner = "libjaylink";
repo = "libjaylink";
rev = version;
tag = version;
hash = "sha256-odJDE1A0WZ9vBXPxaUdthjTgmbmbdHjbyY1PkaM4+vI=";
};