about summary refs log tree commit diff
path: root/pkgs/by-name/bo
diff options
context:
space:
mode:
authoraleksana <me@aleksana.moe>2024-04-01 10:49:28 +0800
committeraleksana <me@aleksana.moe>2024-04-01 10:49:28 +0800
commit6bad74edafa8c056e6d3fe03908e6cbb7c52d5d3 (patch)
treeb61878a09835fe35689b765060ca3d619e9c51ad /pkgs/by-name/bo
parent04e15baaadf09ff9043458d84459d51d94ea2501 (diff)
boxbuddy: 2.1.5 -> 2.2.0
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 db19ca5b3998e..d57286e76a0b5 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.1.5";
+  version = "2.2.0";
 
   src = fetchFromGitHub {
     owner = "Dvlv";
     repo = "BoxBuddyRS";
     rev = version;
-    hash = "sha256-XMLgUYOv2ObHqYxqPch5i0Q1/BvfDuC1Lti5FYAVmnk=";
+    hash = "sha256-Fb3Df+P2ovSVQhtDxhed/hH06UKnJY/iugt3Pi9/Jp0=";
   };
 
-  cargoHash = "sha256-zbhdGpF3TonGlvRXCWF00PhIc0k1ZO2xIMXuwYD90mY=";
+  cargoHash = "sha256-dmBQdE4rsL8ygXOGupjtZrWuXjVAy5m1p/xJlUdUwkY=";
 
   # The software assumes it is installed either in flatpak or in the home directory
   # so the xdg data path needs to be patched here