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

polypane: 19.0.1 -> 19.0.2
This commit is contained in:
Nick Cao 2024-05-28 15:39:39 -04:00 committed by GitHub
commit 7ad248a0dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,12 @@
let
pname = "polypane";
version = "19.0.1";
version = "19.0.2";
src = fetchurl {
url = "https://github.com/firstversionist/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
name = "${pname}-${version}.AppImage";
sha256 = "sha256-wy+MzuGQ1+Ayj6SgyItKdy6nldTBy3p24xWlgFwcW+0=";
sha256 = "sha256-MyQiq2Lo/XtmJ7D1VZXncYWq53Bu3O3WBT/PkdJuEZM=";
};
appimageContents = appimageTools.extractType2 {