Skip to content

Commit cb897c1

Browse files
authored
boxbuddy: 2.2.13 -> 2.3.1 (#353001)
2 parents ed18f91 + 56fc159 commit cb897c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/bo/boxbuddy/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "boxbuddy";
12-
version = "2.2.13";
12+
version = "2.3.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "Dvlv";
1616
repo = "BoxBuddyRS";
1717
rev = version;
18-
hash = "sha256-47LOwBm7ql3Nvx6PZ2+x5aR9LSpzc8xuixdvKGdNS94=";
18+
hash = "sha256-s0StSMpLNRwiI+T78ySfW2DQ3s5A9kuclC9f32UDkiI=";
1919
};
2020

21-
cargoHash = "sha256-W4W2tnnNgBcGD0/t5pobj4ca/YrRkHE1l5dIVe21KPU=";
21+
cargoHash = "sha256-WJ35lxo4h91xtcfUuevLsWNBvulxq5ZaAVE3u9BbtzI=";
2222

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

0 commit comments

Comments
 (0)