polypane: 16.0.0 -> 17.0.0

This commit is contained in:
R. Ryantm 2023-12-17 22:00:24 +00:00
parent 17eaac83fe
commit e3b1b686d6

View File

@ -2,12 +2,12 @@
let
pname = "polypane";
version = "16.0.0";
version = "17.0.0";
src = fetchurl {
url = "https://github.com/firstversionist/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
name = "${pname}-${version}.AppImage";
sha256 = "sha256-bxzLduesbeVhLuPcnIJmZaVi861gv44Oos9VB8m3TCs=";
sha256 = "sha256-ppAzE7dNjEb6uYO+c3o00RIdwMxx2o1AE+ZI+SMbS24=";
};
appimageContents = appimageTools.extractType2 {