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

polypane: 10.0.1 -> 13.0.2
This commit is contained in:
Nick Cao 2023-02-21 08:43:53 +08:00 committed by GitHub
commit 32f21e0ee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
let
pname = "polypane";
version = "10.0.1";
version = "13.0.2";
src = fetchurl {
url = "https://github.com/firstversionist/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
name = "${pname}-${version}.AppImage";
sha256 = "sha256-J0D49VESNgdBEWAf01LkiiU2I01r4PBLyWKpnE9t45Q=";
sha256 = "sha256-+44a9dPQOV1D2rnsuy+GyJqZz/UCbITmMuunwHc4JFY=";
};
appimageContents = appimageTools.extractType2 {