buttercup-desktop: 2.26.0 -> 2.26.1

This commit is contained in:
R. Ryantm 2024-03-13 22:30:35 +00:00
parent 5fa02d3366
commit b64d023f7d

View File

@ -2,10 +2,10 @@
let
pname = "buttercup-desktop";
version = "2.26.0";
version = "2.26.1";
src = fetchurl {
url = "https://github.com/buttercup/buttercup-desktop/releases/download/v${version}/Buttercup-linux-x86_64.AppImage";
sha256 = "sha256-fsHyHljHk2e/pxzz7jYv639ob0D6gTMA3U4OXxbvYz8=";
sha256 = "sha256-usyq9qf6bBJHKreGzKzMdZYNmpZGtkUQScHyk1nvFQI=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };