polypane: 23.0.0 -> 23.0.1

This commit is contained in:
R. Ryantm
2025-01-29 09:22:56 +00:00
parent 4a3faa5e86
commit 891fb8b7b7
+2 -2
View File
@@ -6,12 +6,12 @@
let
pname = "polypane";
version = "23.0.0";
version = "23.0.1";
src = fetchurl {
url = "https://github.com/firstversionist/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
name = "${pname}-${version}.AppImage";
sha256 = "sha256-YGNv3J1nAzj7BtJUxtgYQqlqisqzrGN9SpFs9RnaEh0=";
sha256 = "sha256-phOuTka8S/aUOem6+rKx18yhRoArWLQYwxqqFF269XA=";
};
appimageContents = appimageTools.extractType2 {