···910rustPlatform.buildRustPackage rec {
11 pname = "boxbuddy";
12- version = "2.2.0";
1314 src = fetchFromGitHub {
15 owner = "Dvlv";
16 repo = "BoxBuddyRS";
17 rev = version;
18- hash = "sha256-Fb3Df+P2ovSVQhtDxhed/hH06UKnJY/iugt3Pi9/Jp0=";
19 };
2021- cargoHash = "sha256-dmBQdE4rsL8ygXOGupjtZrWuXjVAy5m1p/xJlUdUwkY=";
2223 # 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
···910rustPlatform.buildRustPackage rec {
11 pname = "boxbuddy";
12+ version = "2.2.2";
1314 src = fetchFromGitHub {
15 owner = "Dvlv";
16 repo = "BoxBuddyRS";
17 rev = version;
18+ hash = "sha256-y3QfNOaeeZ4Vvby4SkyVgTCL8qIYvXpcK1c8ofzjrj0=";
19 };
2021+ cargoHash = "sha256-53hndNIcGtU8Uxnyh8y5v+0wURflNzlzwuyoh+HUXD4=";
2223 # 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