olivetin: 2025.7.29 -> 2025.10.24 (#456033)

This commit is contained in:
Felix Bargfeldt
2025-10-26 23:48:37 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
View File
@@ -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