polypane: fix source hash

This commit is contained in:
Sandro Jäckel 2022-11-25 22:38:10 +01:00
parent d6d06272a3
commit 55ad6dd7f5
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -7,7 +7,7 @@ let
src = fetchurl {
url = "https://github.com/firstversionist/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
name = "${pname}-${version}.AppImage";
sha256 = "eujv99L5svMhDIKHFOfm7sOwNZ4xiUaIsimfOf4BBik=";
sha256 = "sha256-J0D49VESNgdBEWAf01LkiiU2I01r4PBLyWKpnE9t45Q=";
};
appimageContents = appimageTools.extractType2 {