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

polypane: 18.0.4 -> 19.0.0
This commit is contained in:
Matthias Beyer 2024-05-17 09:53:07 +02:00 committed by GitHub
commit 5cd2f953f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,12 @@
let
pname = "polypane";
version = "18.0.4";
version = "19.0.0";
src = fetchurl {
url = "https://github.com/firstversionist/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
name = "${pname}-${version}.AppImage";
sha256 = "sha256-FqaXLoFgkKHzOvy7f9R36uIDnv2c6HrVF6T3VK5Aw3c=";
sha256 = "sha256-yRJsyJ4dhPAbqVmUmVnFlGGQ5CUJZ0VG19TMnSW0tJ4=";
};
appimageContents = appimageTools.extractType2 {