polypane: 22.1.1 -> 23.0.0 (#374313)

This commit is contained in:
OTABI Tomoya
2025-01-23 14:06:09 +09:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
let
pname = "polypane";
version = "22.1.1";
version = "23.0.0";
src = fetchurl {
url = "https://github.com/firstversionist/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
name = "${pname}-${version}.AppImage";
sha256 = "sha256-QPKbiecwh0eqbQ5PaGf+yBPUbRR4CfgxN12UOWx+Z9U=";
sha256 = "sha256-YGNv3J1nAzj7BtJUxtgYQqlqisqzrGN9SpFs9RnaEh0=";
};
appimageContents = appimageTools.extractType2 {