Unverified Commit 5412edd7 authored by Matthias Beyer's avatar Matthias Beyer
Browse files

octorus: change src.rev to srv.tag

parent 18dc7346
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  src = fetchFromGitHub {
    owner = "ushironoko";
    repo = "octorus";
    rev = "v${finalAttrs.version}";
    tag = "v${finalAttrs.version}";
    hash = "sha256-20HVES8XgZEgKIijTzo9rV5IRfhyZlY1noX6yHSUf8g=";
  };