Merge pull request #319178 from r-ryantm/auto-update/boxbuddy

boxbuddy: 2.2.4 -> 2.2.5
This commit is contained in:
Aleksana 2024-06-13 00:47:58 +08:00 committed by GitHub
commit 6653c16e33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "boxbuddy";
version = "2.2.4";
version = "2.2.5";
src = fetchFromGitHub {
owner = "Dvlv";
repo = "BoxBuddyRS";
rev = version;
hash = "sha256-1a9rSVP40+ZKp21BJLO+6HGDf1m6dROqGyTkql58iA4=";
hash = "sha256-Dy7mSBraMHAno8cIk9f6/Ofsm2ZGSb7VS5Wy1o+ZoC8=";
};
cargoHash = "sha256-Y89TkqjTmaYnFsQmg48FSPMFoUL7Wbgb2xh60boILdQ=";
cargoHash = "sha256-NB93bw2mMCVmZWpxCJGusXp2DgotjrlHUlsd0mb+fBA=";
# The software assumes it is installed either in flatpak or in the home directory
# so the xdg data path needs to be patched here