From c91f963ba9b798acbc62494383a01084f3d15445 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 2 Jun 2026 13:01:46 +0000 Subject: [PATCH] oboete: 0.2.4 -> 0.2.5 Diff: https://github.com/mariinkys/oboete/compare/0.2.4...0.2.5 Changelog: https://github.com/mariinkys/oboete/releases/tag/0.2.5 --- pkgs/by-name/ob/oboete/package.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/ob/oboete/package.nix b/pkgs/by-name/ob/oboete/package.nix index bf72e698461b..10242056b7d9 100644 --- a/pkgs/by-name/ob/oboete/package.nix +++ b/pkgs/by-name/ob/oboete/package.nix @@ -11,18 +11,17 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "oboete"; - version = "0.2.4"; - - strictDeps = true; + version = "0.2.5"; + __structuredAttrs = true; src = fetchFromGitHub { owner = "mariinkys"; repo = "oboete"; tag = finalAttrs.version; - hash = "sha256-QP0ZK6E3rz9WCvglJek8S25O8X5b8iyPAk7eph4lqMg="; + hash = "sha256-hOOpx1R7U5fJwWPATJaoT7VbODZJWMTg7v4ro00NZZc="; }; - cargoHash = "sha256-ZEve4uKhbcps8FFRGizA6tedz2aH0j4gKTi3HauxpFE="; + cargoHash = "sha256-i2fGYVt3axF74B66ics36xk+17joiArfFJcqkv3v40c="; nativeBuildInputs = [ libcosmicAppHook