Skip to content

Commit

Permalink
boxbuddy: 2.5.1 -> 2.5.2 (#371594)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 7, 2025
2 parents b228682 + 1e1d1b1 commit 219e933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/bo/boxbuddy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "boxbuddy";
version = "2.5.1";
version = "2.5.2";

src = fetchFromGitHub {
owner = "Dvlv";
repo = "BoxBuddyRS";
rev = version;
hash = "sha256-W+SeleZsQbHw0sS7du8AylERt1FBxxLUvnxfvS9YQGM=";
hash = "sha256-wtAc5h3bm/X1aCPGjl30NaM7XR602q5NdlamUQvADDo=";
};

cargoHash = "sha256-nFBLhCxHmdF7WvYcmt5aLVhCO/q1LLgMldc7nofX+CU=";
cargoHash = "sha256-oyxO92wXVN7kbIcTy5OAaqK/ySnetpkFwcop34ERpxs=";

# The software assumes it is installed either in flatpak or in the home directory
# so the xdg data path needs to be patched here
Expand Down

0 comments on commit 219e933

Please sign in to comment.