We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed18f91 + 56fc159 commit cb897c1Copy full SHA for cb897c1
pkgs/by-name/bo/boxbuddy/package.nix
@@ -9,16 +9,16 @@
9
10
rustPlatform.buildRustPackage rec {
11
pname = "boxbuddy";
12
- version = "2.2.13";
+ version = "2.3.1";
13
14
src = fetchFromGitHub {
15
owner = "Dvlv";
16
repo = "BoxBuddyRS";
17
rev = version;
18
- hash = "sha256-47LOwBm7ql3Nvx6PZ2+x5aR9LSpzc8xuixdvKGdNS94=";
+ hash = "sha256-s0StSMpLNRwiI+T78ySfW2DQ3s5A9kuclC9f32UDkiI=";
19
};
20
21
- cargoHash = "sha256-W4W2tnnNgBcGD0/t5pobj4ca/YrRkHE1l5dIVe21KPU=";
+ cargoHash = "sha256-WJ35lxo4h91xtcfUuevLsWNBvulxq5ZaAVE3u9BbtzI=";
22
23
# The software assumes it is installed either in flatpak or in the home directory
24
# so the xdg data path needs to be patched here
0 commit comments