Merge pull request #203410 from r-ryantm/auto-update/buttercup-desktop

buttercup-desktop: 2.16.0 -> 2.17.0
This commit is contained in:
Jonas Heinrich 2022-11-28 19:06:09 +01:00 committed by GitHub
commit f94928e602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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