framesh: 0.5.0 -> 0.6.2

This commit is contained in:
Pawel Peregud 2023-03-13 16:15:44 +01:00
parent 05d5c37728
commit 6ed55eaa19

View File

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