polypane: 20.1.1 -> 20.1.2

This commit is contained in:
R. Ryantm
2024-08-09 23:59:53 +00:00
parent 410777e6e8
commit a1e67701b4
@@ -2,12 +2,12 @@
let
pname = "polypane";
version = "20.1.1";
version = "20.1.2";
src = fetchurl {
url = "https://github.com/firstversionist/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
name = "${pname}-${version}.AppImage";
sha256 = "sha256-2bofd/2Eu2jpyvp5l1/Q6QIY2t7xaIV+ZhneGG38dA0=";
sha256 = "sha256-rdbx0ffI8MDGXArniFnqTpuLLMlihtXXQiZnxw5vq+c=";
};
appimageContents = appimageTools.extractType2 {