polypane: 20.0.0 -> 20.1.1

This commit is contained in:
R. Ryantm 2024-07-30 00:48:44 +00:00
parent 7fee7ae70f
commit 88e47678ee

View File

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