octorus: change src.rev to srv.tag

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2026-02-11 16:42:03 +01:00
parent 18dc73461b
commit 5412edd71c
+1 -1
View File
@@ -12,7 +12,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
src = fetchFromGitHub {
owner = "ushironoko";
repo = "octorus";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-20HVES8XgZEgKIijTzo9rV5IRfhyZlY1noX6yHSUf8g=";
};