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

polypane: 13.0.2 -> 13.0.3
This commit is contained in:
Nick Cao 2023-02-26 09:38:11 +08:00 committed by GitHub
commit 85e9cc9ba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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