Merge pull request #320988 from r-ryantm/auto-update/polypane

polypane: 19.0.2 -> 20.0.0
This commit is contained in:
Weijia Wang 2024-06-26 00:12:49 +02:00 committed by GitHub
commit 03a8f9cff9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,12 @@
let
pname = "polypane";
version = "19.0.2";
version = "20.0.0";
src = fetchurl {
url = "https://github.com/firstversionist/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
name = "${pname}-${version}.AppImage";
sha256 = "sha256-MyQiq2Lo/XtmJ7D1VZXncYWq53Bu3O3WBT/PkdJuEZM=";
sha256 = "sha256-2fzxEqOGPZnA+nizLUq73f18bKDpDNglUt4RIz+VnS8=";
};
appimageContents = appimageTools.extractType2 {