about summary refs log tree commit diff
path: root/pkgs/by-name/bo
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-04 21:47:14 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-04 21:47:14 +0000
commite237a0ef261fdafc86b3f541b01c710e36f58271 (patch)
tree3393106c2d527eccd000e16f3d56a539661466ad /pkgs/by-name/bo
parenta2d38866bdaeb787a3f3c67dc7d5eafb281599a4 (diff)
boxbuddy: 2.2.0 -> 2.2.2
Diffstat (limited to 'pkgs/by-name/bo')
-rw-r--r--pkgs/by-name/bo/boxbuddy/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/bo/boxbuddy/package.nix b/pkgs/by-name/bo/boxbuddy/package.nix
index d57286e76a0b5..9503bf85a9c4b 100644
--- a/pkgs/by-name/bo/boxbuddy/package.nix
+++ b/pkgs/by-name/bo/boxbuddy/package.nix
@@ -9,16 +9,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "boxbuddy";
-  version = "2.2.0";
+  version = "2.2.2";
 
   src = fetchFromGitHub {
     owner = "Dvlv";
     repo = "BoxBuddyRS";
     rev = version;
-    hash = "sha256-Fb3Df+P2ovSVQhtDxhed/hH06UKnJY/iugt3Pi9/Jp0=";
+    hash = "sha256-y3QfNOaeeZ4Vvby4SkyVgTCL8qIYvXpcK1c8ofzjrj0=";
   };
 
-  cargoHash = "sha256-dmBQdE4rsL8ygXOGupjtZrWuXjVAy5m1p/xJlUdUwkY=";
+  cargoHash = "sha256-53hndNIcGtU8Uxnyh8y5v+0wURflNzlzwuyoh+HUXD4=";
 
   # The software assumes it is installed either in flatpak or in the home directory
   # so the xdg data path needs to be patched here