buttercup-desktop: 2.17.0 -> 2.18.2

This commit is contained in:
R. Ryantm 2023-02-09 16:24:41 +00:00
parent 724bfc0892
commit 48deb11169

View File

@ -2,10 +2,10 @@
let
pname = "buttercup-desktop";
version = "2.17.0";
version = "2.18.2";
src = fetchurl {
url = "https://github.com/buttercup/buttercup-desktop/releases/download/v${version}/Buttercup-linux-x86_64.AppImage";
sha256 = "sha256-JD3ZFRWGCJq5VDGkTgIZuZPScQrNF4vsuCavBD3pigA=";
sha256 = "sha256-1WLhT94FNZ7be58uov/0vtvB7ET/WNY/tPSIuaW5zfc=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };