about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-26 11:20:21 -0500
committerGitHub <noreply@github.com>2023-12-26 11:20:21 -0500
commit3ede4f2d81f0819d845dea011c21317e7a17cca9 (patch)
tree377b8bee9b16fcaf7119ea4a71197f06192c4210 /pkgs/tools/security
parentc31565f9b35e02d5f73300a4edeac9c9b2029bdf (diff)
parent7215f205cd6dd443a01b40cb14da04c57d930295 (diff)
Merge pull request #276852 from r-ryantm/auto-update/buttercup-desktop
buttercup-desktop: 2.24.3 -> 2.24.4
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/buttercup-desktop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/buttercup-desktop/default.nix b/pkgs/tools/security/buttercup-desktop/default.nix
index 1692c246df706..a3eb00d3fe45a 100644
--- a/pkgs/tools/security/buttercup-desktop/default.nix
+++ b/pkgs/tools/security/buttercup-desktop/default.nix
@@ -2,10 +2,10 @@
 
 let
   pname = "buttercup-desktop";
-  version = "2.24.3";
+  version = "2.24.4";
   src = fetchurl {
     url = "https://github.com/buttercup/buttercup-desktop/releases/download/v${version}/Buttercup-linux-x86_64.AppImage";
-    sha256 = "sha256-ZSKsxlxP2jNUxEeF2Lfuj2yW0KqHozjPoioq4t0uzfo=";
+    sha256 = "sha256-c5MLj/1OSjGsySCENeJqEhubxl2y7uDhnOBAtLGy92I=";
   };
   appimageContents = appimageTools.extractType2 { inherit pname src version; };