buttercup-desktop: 2.24.3 -> 2.24.4

This commit is contained in:
R. Ryantm 2023-12-26 05:08:55 +00:00
parent 904b22f402
commit 7215f205cd

View File

@ -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; };