boxbuddy: 2.5.2 -> 2.5.3

This commit is contained in:
R. Ryantm
2025-01-25 14:31:29 +00:00
parent bafca6cbe1
commit 8e16ed1c97
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "boxbuddy";
version = "2.5.2";
version = "2.5.3";
src = fetchFromGitHub {
owner = "Dvlv";
repo = "BoxBuddyRS";
rev = version;
hash = "sha256-wtAc5h3bm/X1aCPGjl30NaM7XR602q5NdlamUQvADDo=";
hash = "sha256-9BGgm4yRjCarJIGP/G9gPj/qsYWb96XGJmpgLj3XCdM=";
};
cargoHash = "sha256-oyxO92wXVN7kbIcTy5OAaqK/ySnetpkFwcop34ERpxs=";
cargoHash = "sha256-/0tk3unjiXwBqQEMTYMu1kasb34i0nbp99PHmtpdxAA=";
# The software assumes it is installed either in flatpak or in the home directory
# so the xdg data path needs to be patched here