oboete: 0.2.1 -> 0.2.2 (#478065)

This commit is contained in:
Heitor Augusto
2026-01-08 15:42:30 +00:00
committed by GitHub
+3 -13
View File
@@ -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