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

polypane: 20.0.0 -> 20.1.1
This commit is contained in:
Nick Cao 2024-07-30 16:44:30 -04:00 committed by GitHub
commit d43b97b046
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {