framesh: 0.5.0-beta.21 -> 0.5.0-beta.22

https://github.com/floating/frame/releases/tag/v0.5.0-beta.22
This commit is contained in:
nook 2022-08-04 16:02:20 +02:00
parent 86029a016d
commit 27351bd320

View File

@ -2,10 +2,10 @@
let
pname = "framesh";
version = "0.5.0-beta.21";
version = "0.5.0-beta.22";
src = fetchurl {
url = "https://github.com/floating/frame/releases/download/v${version}/Frame-${version}.AppImage";
sha256 = "sha256-rWZ7oC74qrylNPIfBzHnNMcsYjccGL2zeXFab9OwBNA=";
sha256 = "sha256-/y7Pf1ADtz0CBeKKCHtSPOYvU7HCpq7hM/J4Ddq1XiA=";
};
appimageContents = appimageTools.extractType2 {