polypane: 23.1.1 -> 24.0.2

This commit is contained in:
R. Ryantm 2025-05-16 06:49:09 +00:00
parent 44faf3c6e4
commit def7a033a0

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 {