about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-14 01:08:06 -0400
committerGitHub <noreply@github.com>2024-03-14 01:08:06 -0400
commit8e744f9c283c4f7f06edc9b9ec06895d1a6f4069 (patch)
tree4ed6c68f3bd2e0e8e8433ba974d9b4c3776e31f8
parent39f89c4a6df3118fb6ae69582df2b5df181851bc (diff)
parent2ccfd070797a916e486263e90074a00e4d59d502 (diff)
Merge pull request #295746 from r-ryantm/auto-update/boxbuddy
boxbuddy: 2.1.3 -> 2.1.4
-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 6a07d82d83cb9..7885d551a5a24 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.3";
+  version = "2.1.4";
 
   src = fetchFromGitHub {
     owner = "Dvlv";
     repo = "BoxBuddyRS";
     rev = version;
-    hash = "sha256-Jl9WhMqb40Olub5eV7Meu5DJi+bzWhPf3DCRPe4CMfo=";
+    hash = "sha256-954jMFWSIDDqtMitgc8456SMcQLzi6LhLbVvOC45fxQ=";
   };
 
-  cargoHash = "sha256-HN+yGODTRXRa3AsBOuRVOnnU2pxBZfy0zlnCWs2oQCI=";
+  cargoHash = "sha256-08d0mPSGYySxw2uq16MNOu2Y39kjqyfZ8rJ2yTOL3/w=";
 
   # The software assumes it is installed either in flatpak or in the home directory
   # so the xdg data path needs to be patched here