polypane: 19.0.1 -> 19.0.2

This commit is contained in:
R. Ryantm 2024-05-28 16:29:10 +00:00
parent c51180147c
commit e8593a5ea7

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 {