framesh: 0.6.10 -> 0.6.11 (#379626)

This commit is contained in:
Nick Cao
2025-02-08 09:55:40 -05:00
committed by GitHub
+2 -2
View File
@@ -7,10 +7,10 @@
let
pname = "framesh";
version = "0.6.10";
version = "0.6.11";
src = fetchurl {
url = "https://github.com/floating/frame/releases/download/v${version}/Frame-${version}.AppImage";
hash = "sha256-h2Y0G7luakd5UVu7bVt9r6xhvyOh80gYMTswmEIcnnk=";
hash = "sha256-t60jsA4ojXF805OUrqIOdk8eP9PlwA/g0XxEBCahmb4=";
};
appimageContents = appimageTools.extractType2 {