polypane: 23.1.1 -> 24.0.2 (#401124)

This commit is contained in:
Weijia Wang 2025-05-18 17:57:21 +02:00 committed by GitHub
commit 5fc3cd43e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,12 +6,12 @@
let
pname = "polypane";
version = "23.1.1";
version = "24.0.2";
src = fetchurl {
url = "https://github.com/firstversionist/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
name = "${pname}-${version}.AppImage";
sha256 = "sha256-TG2U++/DiDQMBYGbo6KOz12iwNHjOiUUUpkaG8BpamE=";
sha256 = "sha256-iO2589e2L1q5xEoIvSUV8QBpn/uHp/FBLMFeXDgIdVY=";
};
appimageContents = appimageTools.extractType2 {