bird3: switch from rev to tag for src

This commit is contained in:
Tom Herbers
2026-04-13 14:02:09 +02:00
parent f8330c08fb
commit eade3ea0a0
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
domain = "gitlab.nic.cz";
owner = "labs";
repo = "bird";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-FkrVrjT4Q9zLeauP2GOX38a7a4q7h2aQbEe/kmfKB3A=";
};