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

boxbuddy: 2.2.0 -> 2.2.2

authored by Nick Cao and committed by GitHub 46eede62 989a97ba

+3 -3
+3 -3
pkgs/by-name/bo/boxbuddy/package.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "boxbuddy"; 12 - version = "2.2.0"; 13 14 src = fetchFromGitHub { 15 owner = "Dvlv"; 16 repo = "BoxBuddyRS"; 17 rev = version; 18 - hash = "sha256-Fb3Df+P2ovSVQhtDxhed/hH06UKnJY/iugt3Pi9/Jp0="; 19 }; 20 21 - cargoHash = "sha256-dmBQdE4rsL8ygXOGupjtZrWuXjVAy5m1p/xJlUdUwkY="; 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
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "boxbuddy"; 12 + version = "2.2.2"; 13 14 src = fetchFromGitHub { 15 owner = "Dvlv"; 16 repo = "BoxBuddyRS"; 17 rev = version; 18 + hash = "sha256-y3QfNOaeeZ4Vvby4SkyVgTCL8qIYvXpcK1c8ofzjrj0="; 19 }; 20 21 + cargoHash = "sha256-53hndNIcGtU8Uxnyh8y5v+0wURflNzlzwuyoh+HUXD4="; 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