From d78d46123650802e83240e1030af557a00b5e470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 14 Feb 2026 23:22:28 +0100 Subject: [PATCH] chore: bump version to 0.5.0 and update vendor hash Co-Authored-By: Claude Opus 4.6 --- cmd/oubliette/main.go | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/oubliette/main.go b/cmd/oubliette/main.go index 06936e5..c4af8ad 100644 --- a/cmd/oubliette/main.go +++ b/cmd/oubliette/main.go @@ -19,7 +19,7 @@ import ( "git.t-juice.club/torjus/oubliette/internal/web" ) -const Version = "0.4.0" +const Version = "0.5.0" func main() { if err := run(); err != nil { diff --git a/flake.nix b/flake.nix index bb99981..6d795dc 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ pname = "oubliette"; inherit version; src = ./.; - vendorHash = "sha256-EbJ90e4Jco7CvYYJLrewFLD5XF+Wv6TsT8RRLcj+ijU="; + vendorHash = "sha256-oH92jRD+2niIf7xAX1HeZvhux8lVqj43Qxdef5GjX4Q="; subPackages = [ "cmd/oubliette" ]; meta = { description = "SSH honeypot";