Unverified Commit 3a7f0d28 authored by Defelo's avatar Defelo
Browse files
parent 6ccfebec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -86,13 +86,13 @@ buildGoModule (

  {
    pname = "olivetin";
    version = "2025.7.29";
    version = "2025.10.24";

    src = fetchFromGitHub {
      owner = "OliveTin";
      repo = "OliveTin";
      tag = finalAttrs.version;
      hash = "sha256-QNwPc+qr26S2hl4deLVx58Xh9hkSfZyrxrdaO1NCTDc=";
      hash = "sha256-JarySndKRjyY2zu8QAntx9xr4vnK7/fp/zz5ibOB+ok=";
    };

    modRoot = "service";
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@

set -euo pipefail

nix-update olivetin --src-only
nix-update olivetin --src-only --version-regex '^(2\d+\.\d+\.\d+)$'
update-source-version olivetin --source-key=gen --ignore-same-version
update-source-version olivetin --source-key=webui.npmDeps --ignore-same-version
update-source-version olivetin --source-key=goModules --ignore-same-version