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

polypane: 20.1.1 -> 20.1.2
This commit is contained in:
Nick Cao 2024-08-10 11:05:38 -04:00 committed by GitHub
commit 34cfffbe4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {