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

polypane: 15.0.0 -> 15.0.1
This commit is contained in:
Weijia Wang 2023-10-28 02:57:03 +02:00 committed by GitHub
commit ccd5e82616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
let
pname = "polypane";
version = "15.0.0";
version = "15.0.1";
src = fetchurl {
url = "https://github.com/firstversionist/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
name = "${pname}-${version}.AppImage";
sha256 = "sha256-O0VWgx6FKulELZuJgMwFgGSo+EaCqb9dgneF2XFnq7U=";
sha256 = "sha256-CU5PI+9iBcxZdhhs2QjfZTViU2xQ3i+T+4Wzp+yeKEE=";
};
appimageContents = appimageTools.extractType2 {