From cac269fc3a40622ff1409fc5b542cac99c279260 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 8 Jan 2026 14:40:49 +0100 Subject: [PATCH] oboete: 0.2.1 -> 0.2.2 Diff: https://github.com/mariinkys/oboete/compare/0.2.1...0.2.2 Changelog: https://github.com/mariinkys/oboete/releases/tag/0.2.2 --- pkgs/by-name/ob/oboete/package.nix | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/pkgs/by-name/ob/oboete/package.nix b/pkgs/by-name/ob/oboete/package.nix index e5af2e599cb2..27198218a00a 100644 --- a/pkgs/by-name/ob/oboete/package.nix +++ b/pkgs/by-name/ob/oboete/package.nix @@ -3,7 +3,6 @@ stdenv, rustPlatform, fetchFromGitHub, - fetchpatch2, just, libcosmicAppHook, sqlite, @@ -12,25 +11,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "oboete"; - version = "0.2.1"; + version = "0.2.2"; src = fetchFromGitHub { owner = "mariinkys"; repo = "oboete"; tag = finalAttrs.version; - hash = "sha256-yCIZl51Etv/vXJsIMTvUDPhCnkIuenvHjcP0KZXdAiE="; + hash = "sha256-MBWqAQekGdJHQhyObjnR8AUV+yjM++R11ALpE5BuUHc="; }; - cargoHash = "sha256-BWGUzGGm1u64bQLy1rg9+WYNlgeuxcHlKsdIb18yVZA="; - - # TODO: Remove in the next update - patches = [ - (fetchpatch2 { - name = "fix-oboete-justfile.patch"; - url = "https://patch-diff.githubusercontent.com/raw/mariinkys/oboete/pull/25.diff?full_index=1"; - hash = "sha256-GPrtL73EKQi5fIIWPYcuS3HRwJ4ZHFsHzRYN6pYuUVg="; - }) - ]; + cargoHash = "sha256-deQeX1hVwJvzwCmtACiugEpRbzVP4Z2OBi2y2PPLVCM="; nativeBuildInputs = [ libcosmicAppHook